
@font-face {
  font-family: 'fontmui';
  /* 鉴于字体库改动不大,s_cache先手动维护，后续改成自动化 s_cache=!{s_cache} */
  src: url('../font/fontmui.ttf?s_cache=1528789458959'); /* IE9*/
  src: url('../font/fontmui.woff?s_cache=1528789458959') format('woff'), /* chrome, firefox */
       url('../font/fontmui.ttf?s_cache=1528789458959') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}
.mui {
  display: inline-block;
  color: inherit;
  font-family: 'fontmui'!important;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.mui-2x { }
.mui-3x { font-size: 7.5rem; }
.mui-4x { font-size: 10rem; }
.mui-5x { font-size: 12.5rem; }


/*在可视区域的宽度在 321px 和 431px 之间的时候被应用(小米2/三星  360px)*/
@media screen and (min-width: 321px) and (max-width: 400px) {
  /*.mui {
    display: inline-block;
    font-family: FontMui;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 2.9rem;
    font-size: 2.9rem;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }*/
	.mui-2x {font-size: 5rem;}
	.mui-3x {font-size: 7.5rem;}
	.mui-4x {font-size: 10rem;}
	.mui-5x {font-size: 12.5rem;}
}

/*在可视区域的宽度大于401px 的时候被应用(魅族mx3 432px)*/
@media screen and (min-width: 401px) {
  /*.mui {
    display: inline-block;
    font-family: FontMui;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 2.5rem;
    font-size: 2.5rem;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }*/
	.mui-2x {font-size: 5rem;}
	.mui-3x {font-size: 7.5rem;}
	.mui-4x {font-size: 10rem;}
	.mui-5x {font-size: 12.5rem;}
}


/*旋转40度*/
.mui-rotate-45 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


/*旋转90度*/
.mui-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*旋转180度*/
.mui-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*旋转270度*/
.mui-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

/*旋转360度*/
.mui-rotate-360 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/*自旋转*/
.mui-spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/* 放大后还原 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.mui-scale{
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* 放大后还原 */
@-webkit-keyframes scaleX {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleX {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.mui-scaleX{
  -webkit-animation-name: scaleX;
          animation-name: scaleX;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


/*输入框*/
.mui-insert:before{ content:"\C010";}
/*文件类型*/
.mui-file-pdf:before { content: "\C011"; }
/*html文件类型*/
.mui-file-html:before { content: "\C012"; }
/*txt文件类型*/
.mui-file-txt:before { content: "\C013"; }
.mui-file-text:before { content: "\C013"; }
.mui-relaType:before { content: "\C013"; }
/*zip文件类型*/
.mui-file-zip:before { content: "\C014"; }
/*默认文件类型*/
.mui-file-normal:before { content: "\C015"; }
/*文件*/
.mui-file:before { content: "\C015"; }
/*图片文件类型*/
.mui-file-img:before { content: "\C016"; }
/*ppt文件类型*/
.mui-file-ppt:before { content: "\C017"; }
/*word文件类型*/
.mui-file-word:before { content: "\C018"; }
/*excel文件类型*/
.mui-file-excel:before { content: "\C019"; }
/*visio文件类型*/
.mui-file-visio:before { content: "\C020"; }
/*pdf文件类型*/
.mui-file-pdf:before { content: "\C021"; }
/*project文件类型*/
.mui-file-project:before { content: "\C021"; }
/* 返回 */
.mui-back:before { content: "\C023"; }
/*向上*/
.mui-up-n:before { content: "\C024"; }
/*前进*/
.mui-forward:before { content: "\C025"; }
/*向下*/
.mui-down-n:before { content: "\C026"; }
/*向下更新*/
.mui-down:before { content: "\C028"; }
/* 推荐 */
.mui-intr:before { content: "\C022"; }
/*点赞*/
.mui-praise:before { content: "\C029"; }
/*点赞后*/
.mui-praise-on:before { content: "\C030"; }
/*创建*/
.mui-create:before { content: "\C036"; }
/*星星*/
.mui-star-off:before { content: "\C037"; }
/*星星*/
.mui-star-on:before { content: "\C038"; }
/*点评*/
.mui-eval:before { content: "\C039"; }
/* 信息|回复 */
.mui-msg:before{content:"\C041";}
/*无信息*/
.mui-message:before { content: "\C042"; }
/*搜索*/
.mui-search:before { content: "\C043"; }
/*压缩包文件类型*/
.mui-file-rar:before { content: "\C044"; }
/*主页*/
.mui-home:before { content: "\C046"; }
/*失败*/
.mui-fail:before { content: "\C047"; }
/*成功*/
.mui-success:before { content: "\C048"; }
/*标签*/
.mui-label:before { content: "\C031"; }
/*点*/
.mui-point:before { content: "\C032"; }
/*列表*/
.mui-ul:before { content: "\C034"; }
/*图文*/
.mui-picview:before { content: "\C096"; }
/*暂无信息*/
.mui-noData:before { content: "\C053"; }
/*向上更新*/
.mui-top:before { content: "\C054"; }
/*附件标识*/
.mui-attach:before { content: "\C049"; }
/*阅读*/
.mui-eyes:before { content: "\C056"; }
/*关联*/
.mui-rela:before { content: "\C057"; }
/*字体*/
.mui-font:before { content: "\C058"; }
/*加载中*/
.mui-loading:before { content: "\C055"; }
/*警告,感叹号*/
.mui-warn:before { content: "\C045"; }
/*两张纸*/
.mui-two-paper:before{content:"\C062";}
/*** 通知 ***/
.mui-notice:before{content:"\C063";}
.mui-file-audio:before { content: "\C063"; }
/*** 日程编辑***/
.mui-calendarEdit:before{content:"\C033";}
/*加载2*/
.mui-loading2:before { content: "\C066"; }
/*单选框未选中*/
.mui-radio-unchecked:before{ content:"\C067";}
/*单选框选中*/
.mui-radio-checked:before{ content:"\C068";}
/*转发反向*/
.mui-repost-reverse:before{content:"\C065";}
/*会议 时间*/
.mui-meeting_date:before{content:"\C086";}
/* 添加课程 */
.mui-addIco:before{content:"\C074";}
/* 异常或错误 */
.mui-wrong:before { content: "\C078"; }
/*时间*/
.mui-time:before { content: "\C086"; }
/*小圆点*/
.mui-dot:before { content: "\C087"; }
/*关闭*/
.mui-close:before{ content:"\C089";}
/*加号*/
.mui-plus:before { content: "\C090"; }
/*选中*/
.mui-checked:before { content: "\C091"; }
/*语音*/
.mui-voice:before{content:"\C097";}
/*上传附件*/
.mui-upload:before{content:"\C098";}
/* 附件 */
.mui-attachment:before{ content: "\C099";}
.mui-org:before{content:"\C099";}
/* 提问 */
.mui-quiz:before{content:"\C071";}
/*附件*/
.mui-attachEdit:before{content:"\C050";}
/*选择人员*/
.mui-address:before{content:"\C108";}
/*人物*/
.mui-person:before{content:"\C108";}
/*两个人*/
.mui-two-person:before {content:"\C102";}
/*分享*/
.mui-share:before{content:"\C112";}
/*电话*/
.mui-tel:before{content:"\C092";}
.mui-tel-solid:before{content:"\C093";}
/*闹钟*/
.mui-alarm:before{content:"\C120";}
/*标签*/
.mui-label:before{content:"\C123";}
/*日历*/
.mui-calendar:before{content:"\C124";}
/* 同步 */
.mui-syn:before{content:"\C121";}
/*锁*/
.mui-lock:before{content:"\C131";}
/*播放*/
.mui-play:before{content:"\C073";}
/*筛选*/
.mui-filter:before{content:"\C129";}
/*旗帜*/
.mui-flag:before{content:"\C133";}
/*更多*/
.mui-more:before { content: "\C149"; }
/*备份列表*/
.mui-backupList:before{content:"\C135";}

/* 流程按钮 取消 */
.mui-cancel:before { content: "\C076"; }
/* 流程按钮 确定 */
.mui-confirm:before { content: "\C077"; }
/* 流程按钮 审批 */
.mui-approval:before { content: "\C141"; }
/* 流程按钮 清除 */
.mui-clear:before { content: "\C143"; }
/* 流程按钮 上一步 */
.mui-preStep:before { content: "\C081"; }
/* 流程按钮 下一步 */
.mui-nextStep:before { content: "\C082"; }

/* 常用查询 */
.mui-commonSearch:before { content: "\C140"; }
/* 组织 */
.mui-org:before{ content: "\C095";}
.mui-organization:before{ content: "\C132";}

/*地址本岗位*/
.mui-post:before{ content:"\C101";}
/*地址本群组*/
.mui-group:before{ content:"\C102";}
/*地址本小勾*/
.mui-checked:before{ content:"\C091";}

/*流程列表*/
.mui-flowlist:before{ content:"\C100";}
/*流程驳回*/
.mui-handler_refuse:before,
.mui-history_handler_back:before,
.mui-drafter_return:before,
.mui-handler_superRefuse:before{ content:"\C066";}
/*流程沟通*/
.mui-handler_communicate:before{ content:"\C039";}
/*流程通过*/
.mui-handler_pass:before{ content:"\C091";}
/*流程暂停*/
.mui-handler_nodeSuspend:before{ content:"\C154";}
/*流程唤醒*/
.mui-handler_nodeResume:before{ content:"\C153";}
/*流程转办*/
.mui-handler_commission:before{ content:"\C066";}
/*流程加签*/
.mui-handler_additionSign:before{content:"\C109";}
/*流程签字*/
.mui-handler_sign:before{ content:"\C155";}
/*流程废弃*/
.mui-handler_abandon:before,
.mui-drafter_abandon:before,
.mui-drafter_refuse_abandon:before{ content:"\C094";}
/*流程取消*/
.mui-handler_cancelCommunicate:before{ content:"\C047";}
/*流程回复*/
.mui-handler_returnCommunicate:before{ content:"\C042";}
/*流程提交文档*/
.mui-drafter_submit:before{ content:"\C138";}
/*已处理人催办*/
.mui-history_handler_press:before,
.mui-drafter_press:before { content: "\C216"; }

/*已处理人增加意见*/
.mui-history_handler_addOpinion:before { content: "\C194"; }

/*流程 手写*/
.mui-write:before{ content:"\C156";}
/*流程 签章*/
.mui-sign:before{ content:"\C095";}

/*计算图标*/
.mui-calc:before{ content:"\C136";}
/*日程时间*/
.mui-dateTime:before{ content:"\C137";}
/*大小写图标*/
.mui-uper:before{ content:"\C157";}
/*停止*/
.mui-stop:before{content:"\C196";}
/*部门*/
.mui-depart:before{content:"\C110";}
/* 邮件 */
.mui-mail:before{content:"\C126";}
/* 更多（3个点）*/
.mui-more3:before{content:"\C149";}
/* 规范制度 */
.mui-bookLogo:before{content:"\C134";}
/* 公文 */
.mui-bookOpenLogo:before{content:"\C135";}
/* 查看详细信息 */
.mui-bookViewDetail:before{content:"\C125";}
/*待办 锁*/
.mui-todo_lock:before{content:"\C130";}
/*待办 人员头像*/
.mui-todo_person:before{content:"\C108";}
/*待办 模块*/
.mui-todo_module:before{content:"\C127";}
/*待办 日期*/
.mui-todo_date:before{content:"\C086";}
/*待办 模板*/
.mui-todo_template:before{content:"\C139";}

/*会议 地址*/
.mui-meeting_path:before{content:"\C088";}
/*会议 未回执*/
.mui-meeting_noOpt:before{content:"\C080";}
/*会议 参加*/
.mui-meeting_attend:before{content:"\C104";}
/*会议 代理*/
.mui-meeting_proxy:before{content:"\C105";}
/*会议 不参加*/
.mui-meeting_unAttend:before{content:"\C103";}
/*会议 更多*/
.mui-meeting_more:before{content:"\C149";}
/*会议列表视图*/
.mui-listView:before{content:"\C111";}
.mui-flowchart:before{content:"\C096";}

/*打钩*/
.mui-right:before {content:"\C091";}
/*互相关注, 双向箭头*/
.mui-addTwo:before {content:"\C122";}
/*人员带双向箭头*/
.mui-each_person:before{ content:"\C107";}
/*人员带加号*/
.mui-add_person:before {content: "\C106";}
/*人员带勾*/
.mui-right_person:before {content: "\C104";}
/*信息，一个I*/
.mui-infomation:before{content:"\C059";}

/*悬赏货币*/
.mui-score:before { content: "\C151"; }
.mui-asklist-close:before { content: "\C144"; }
.mui-home-opposite:before { content: "\C046"; }
.mui-addition:before { content: "\C074"; }
.mui-evaluation:before { content: "\C040"; }
.mui-askclose:before { content: "\C070"; }
.mui-editor-image:before { content: "\C016"; }
.mui-editor-face:before { content: "\C085"; }

/*关注*/
.mui-focus-on:before { content: "\C113"; }
.mui-focus-off:before { content: "\C114"; }
.mui-task-icon:before { content: "\C062"; }
.mui-taskClose:before { }
.mui-taskComplete:before { content: "\C091"; }

/* 论坛引号 */
.mui-quoteL:before{content:"\C159";}
.mui-quoteR:before{content:"\C160";}

/*** 常用查询 ***/
.mui-query:before{content:"\C140";}

/*** 论坛帖子 热帖 ***/
.mui-hotPost:before{content:"\C161";}

/*表情*/
.mui-emotion:before{content:"\C085";}

/* 章节 */
.mui-chapter:before{content:"\C125";}
.mui-date:before{content:"\C086";}
.mui-bookOpenLogo:before{content:"\C135";}

/* 地址*/
.mui-location:before{content:"\C088";}

/* 目录 */
.mui-catalog:before {content: "\C031";}
/* 皇冠*/
.mui-crown:before{content:"\C158";}
/* 话题 */
.mui-topic:before{content:"\C062";}
/* 视频 */
.mui-video:before{content:"\C128";}
/* 视频 */
.mui-file-video:before{content:"\C128";}
/* 收藏 */
.mui-collect:before{content:"\C037";}
/* 分享 */
.mui-share:before{content:"\C112";}
/* 评论 */
.mui-comment:before{content:"\C039";}

/* 下载 */
.mui-download:before{content:"\C082";}
/* doc文件类型 */
.mui-file-doc:before {content: "\C060";}
/* 回复 */
.mui-reply:before{content:"\C041";}
/* 用户 */
.mui-personIco:before{content:"\C108";}
/* 爱心 */
.mui-heart:before{ content:"\C114";}

/*** 常用查询 ***/
.mui-query:before{content:"\C140";}
/*** 常用搜索 ***/
.mui-Csearch:before{content:"\C043";}
/*** 常用分类 ***/
.mui-Csort:before{content:"\C162";}
/*** 带圈的箭头 ***/
.mui-Cforward:before{content:"\C084";}

/* 登录界面 账号*/
.mui-loginAccount:before{ content:"\C072";}
/* 登录界面 密码*/
.mui-loginKey:before{ content:"\C131";}
/* 登录界面 验证码*/
.mui-loginIDCode:before{ content:"\C163";}
/* 登录界面 手机登录*/
.mui-loginMobile:before{ content:"\C164";}
/* 登录界面 电脑登录*/
.mui-loginPC:before{ content:"\C165";}

/*** 灯泡 ***/
.mui-Bulb:before{content:"\C142";}

/*** 问答模块图标 ***/
.mui-addInfo:before{content:"\C166";}/*** 补充 ***/
.mui-questTitle:before{content:"\C080";}/*** 补充提问 ***/
.mui-answerTitle:before{content:"\C079";}/*** 补充回答 ***/

/*** 加入 ***/
.mui-addGroup:before{content:"\C116";}
.mui-addGrouped:before{content:"\C117";}
/**截屏**/
.mui-capture:before{content:"\C167";}

/*** 调查问卷***/
.mui-survey:before{content:"\C064";}
.mui-opened:before{ content:"\C173";}	/* 已开封 */
.mui-unopen:before{ content:"\C126";}	/* 未开封 */
.mui-feedbacked:before{ content:"\C040";}	/* 已回复 */
/*** 常用资料 ***/
.mui-datum:before{content:"\C171";}

/*** 分类 ***/
.mui-sort:before{content:"\C172";}
/*** 资产编码***/
.mui-assetCode:before{content:"\C169";}
/*** 生命周期 ***/
.mui-assetLife:before{content:"\C170";}
.mui-noPower:before{ content:"\C168";}	/* 无权限 */
.mui-opened:before{ content:"\C173";}	/* 已开封 */
.mui-unopen:before{ content:"\C126";}	/* 未开封 */
.mui-feedbacked:before{ content:"\C040";}	/* 已回复 */

/*** 属性 ***/
.mui-attr:before{content:"\C053";}
/*** 搜资产 ***/
.mui-bookCard:before{content:"\C174";}

/*** 考试学习 ***/
.mui-learnNav-study:before{content:"\C183";}/* 每日一学 */
.mui-learnNav-exam:before{content:"\C150";}/* 每日一考 */
.mui-learnNav-clock:before{content:"\C120";}/* 每日提醒 */
.mui-learnNav-quit:before{content:"\C184";}/* 快速提问 */

/* 车辆管理 */
.mui-carToggle:before{content:"\C090";}
.mui-carUse:before{content:"\C177";}
.mui-carInfo:before{content:"\C178";}
.mui-carInsurance:before{content:"\C179";}
.mui-carMaintenance:before{content:"\C180";}
.mui-carType:before{content:"\C176";}
.mui-carGenre:before{content:"\C099";}
.mui-carNum:before{content:"\C182";}
.mui-carTrans:before{content:"\C175";}
.mui-carTime:before{content:"\C086";}/*** 保养时间 ***/
.mui-carPrice:before{content:"\C187";}/*** 保养费用 ***/
.mui-carCost:before{content:"\C188";}/*** 保险价值 ***/
.mui-flowAuthor:before{content:"\C185";}/*** 流程授权 ***/
.mui-comQA:before{content:"\C080";}/*** 常用问题 ***/
.mui-feedback:before{content:"\C186";}/*** 意见反馈 ***/
.mui-noFind:before{content:"\C189";}/*** 没有找到该页面 ***/
.mui_taskComment:before{ content:"\C190";}/*** 任务评价 ***/
.mui_taskFeedback:before{ content:"\C191";}/*** 任务反馈 ***/
.mui-noAuthor:before{ content:"\C193";}/*** 流程授权 ***/
.mui-noPdaBrowse:before{ content:"\C192";}/*** 不支持移动端访问 ***/
.mui-processPass:before{ content:"\C146";}/*** 审批通过 ***/
.mui-processDiscard:before{ content:"\C147";}/*** 审批废弃 ***/
.mui-ding:before{ content:"\C069";}/*** 钉钉图标 ***/
.mui-forum_level:before{ content:"\C195";}/*** 等级 ***/
.mui-posted:before{ content:"\C194";}/*** 发帖数 ***/
.mui-postedReply:before{ content:"\C039";}/*** 回帖数 ***/
.mui-points:before{ content:"\C152";}/*** 积分 ***/

/*子版块*/
.mui-subSection:before { content: "\C110"; }
.mui-flowRecord:before { content: "\C197"; }

/*** 流程记录 ***/
.mui-exam_answer:before { content: "\C198"; }
.mui-attOperate:before { content: "\C200"; }

/*** 附件操作 ***/
.mui-delete:before { content: "\C075"; }
.mui-break-page:before { content: "\C122"; }

/*** 跳页 ***/
.mui-sort-list:before { content: "\C204"; }
.mui-sort-filter:before { content: "\C205"; }

/*个人中心 样式*/
.mui-person-todo:before { content: "\C201"; }
.mui-person-toview:before { content: "\C202"; }
.mui-person-done:before { content: "\C203"; }
.mui-person-msg:before { content: "\C063"; }

.mui-shortcut-1:before { content: "\C001"; }
.mui-shortcut-2:before { content: "\C002"; }
.mui-shortcut-3:before { content: "\C003"; }
.mui-shortcut-4:before { content: "\C004"; }
.mui-shortcut-5:before { content: "\C005"; }
.mui-shortcut-6:before { content: "\C006"; }
.mui-shortcut-7:before { content: "\C007"; }
.mui-shortcut-8:before { content: "\C008"; }
.mui-shortcut-9:before { content: "\C009"; }

.mui-address-list:before { content: "\C206"; } /*通讯录*/
.mui-airplane:before { content: "\C207"; } /*飞机出差*/
.mui-hotel:before { content: "\C208"; }
.mui-drip-o:before { content: "\C209"; } /*水滴轮线*/
.mui-drip:before { content: "\C210"; } /*水滴*/
.mui-kg-warehouse:before { content: "\C211"; } /*知识仓库*/
.mui-fox:before { content: "\C212"; }
.mui-tech-report:before { content: "\C213"; } /*讲师讲课*/
.mui-phone:before { content: "\C214"; }
.mui-weixin:before { content: "\C215"; } /*微信图标*/
.mui-bell-voice:before { content: "\C216"; }
.mui-chart:before { content: "\C217"; } /*图表柱状图*/
.mui-assortment:before { content: "\C218"; } /*知识仓库*/
.mui-arrowBig-left:before { content: "\C219"; } /*带箭头向左*/
.mui-arrowBig-right:before { content: "\C220"; } /*带箭头向右*/
.mui-telphone:before { content: "\C221"; }
.mui-pc-selected:before { content: "\C222"; }
.mui-focus-point:before { content: "\C223"; }
.mui-count:before { content: "\C224"; } /*统计统筹*/
.mui-footmark:before { content: "\C225"; } /*脚印足迹*/
.mui-open-file:before { content: "\C226"; } /*附件阅读 打开文件*/
.mui-save-file:before { content: "\C227"; } /*附件阅读 保存文件*/
.mui-edit-file:before { content: "\C228"; } /*附件阅读 编辑文件*/
.mui-touch-screen:before { content: "\C229"; } /*点击触控*/
.mui-line-flag:before { content: "\C230"; } /*线条旗子*/
.mui-role-person:before { content: "\C231"; } /*角色人员*/
.mui-fingerprint:before { content: "\C232"; } /*指纹录取*/
.mui-customer:before { content: "\C233"; } /*客户用户*/
.mui-visit-footprint:before { content: "\C234"; } /*拜访足迹*/
.mui-business-opportunity:before { content: "\C235"; } /*商机钱袋*/
.mui-contract-agreement:before { content: "\C236"; } /*合同协议*/
.mui-collect-wallet:before { content: "\C237"; } /*收款钱包*/
.mui-numerical-statement:before { content: "\C238"; } /*统计报表*/
.mui-funnel-nozzle:before { content: "\C239"; } /*漏斗油嘴*/
.mui-statistic:before { content: "\C240"; } /*商机分类统计*/
.mui-stamp:before { content: "\C241"; } /*印戳印章*/
.mui-station:before { content: "\C242"; } /*驻地大厦*/
.mui-cooperation:before { content: "\C243"; } /*协助协作*/
.mui-pen:before { content: "\C244"; } /*笔*/
.mui-navigation:before { content: "\C245"; } /*导航指南*/
.mui-wifi:before { content: "\C246"; } /*wifi无线*/
.mui-recording-microphone:before { content: "\C247"; } /*录音麦克风*/
.mui-recording-screen:before { content: "\C248"; } /*录屏*/
.mui-codescan:before { content: "\C249"; } /*二维码扫描*/
.mui-whiteboard:before { content: "\C250"; } /*白板*/
.mui-postil:before { content: "\C251"; } /*批注*/
.mui-arrow-left:before { content: "\C252"; } /*返回箭头向左*/
.mui-arrow-right:before { content: "\C253"; } /*向前箭头向右*/
.mui-reflash:before { content: "\C254"; } /*同步刷新*/
.mui-spread:before { content: "\C255"; } /*全屏展开*/
.mui-shrink:before { content: "\C256"; } /*全屏收缩*/
.mui-landray-ekp:before { content: "\C257"; } /*landray-ekp*/
.mui-landray-eis:before { content: "\C258"; } /*landray-eis*/
.mui-landray-kms:before { content: "\C259"; } /*landray-kms*/
.mui-landray-kk:before { content: "\C260"; } /*landray-kk*/
.mui-toggle-iroom:before { content: "\C261"; } /*切换会议室*/
.mui-setting:before { content: "\C262"; } /*设置选项*/
.mui-tile:before { content: "\C263"; } /*平铺*/
.mui-list:before { content: "\C264"; } /*列表*/
.mui-sorting:before { content: "\C265"; } /*排序*/
.mui-selected-all:before { content: "\C266"; } /*全选*/
.mui-ring-warning:before { content: "\C267"; } /*提醒*/
.mui-tag:before { content: "\C268"; } /*标签*/
.mui-loop:before { content: "\C269"; } /*重复循环*/
.mui-handwrite:before { content: "\C270"; } /*手写触控*/
.mui-playvedio:before { content: "\C271"; } /*播放开始*/
.mui-viewing:before { content: "\C272"; } /*查看关注*/
.mui-touchview:before { content: "\C273"; } /*点击查看*/
.mui-thumbsUp:before { content: "\C274"; } /*点赞赞赏*/
.mui-ask:before { content: "\C275"; } /*问吧提问*/
.mui-news:before { content: "\C276"; } /*新闻公告*/
.mui-study:before { content: "\C277"; } /*学吧学习*/
.mui-fireCream:before { content: "\C278"; } /*火精华*/
.mui-star-solid:before { content: "\C279"; } /*星星实心*/
.mui-star-o:before { content: "\C280"; } /*星星线条*/
.mui-study-route:before { content: "\C281"; } /*学习路径*/
.mui-study-book:before { content: "\C282"; } /*课程学习*/
.mui-mine-exam:before { content: "\C283"; } /*我的考试*/
.mui-mine-msg:before { content: "\C284"; } /*我的消息*/
.mui-integralMall:before { content: "\C285"; } /*积分商城*/
.mui-archive-file:before { content: "\C286"; } /*档案库文档库*/
.mui-reviewed:before { content: "\C287"; } /*已审已办*/
.mui-reading:before { content: "\C288"; } /*借阅阅读*/
.mui-takenote:before { content: "\C289"; } /*录入笔记*/
.mui-approval-project:before { content: "\C290"; } /*立项归档*/
.mui-supervise:before { content: "\C291"; } /*督办监督*/
.mui-auction:before { content: "\C292"; } /*负责拍卖定锤*/
.mui-dealwith:before { content: "\C293"; } /*经办钢笔办理*/
.mui-duplicate-mail:before { content: "\C294"; } /*抄送邮件*/
.mui-associated-doc:before { content: "\C295"; } /*关联文档*/
.mui-docRecord:before { content: "\C296"; } /*内容记录*/
.mui-feedbackMsg:before { content: "\C297"; } /*反馈评论*/
.mui-memberGroup:before { content: "\C298"; } /*成员群组*/
.mui-memberTotal:before { content: "\C299"; } /*成员总人次*/
.mui-notViewed:before { content: "\C300"; } /*闭眼未查看*/
.mui-checkedView:before { content: "\C301"; } /*开眼已查看*/
.mui-notSubmitted:before { content: "\C302"; } /*减号未提交*/
.mui-submitted:before { content: "\C303"; } /*正确已提交*/
.mui-pressTodo:before { content: "\C304"; } /*喇叭催办*/
.mui-processState:before { content: "\C305"; } /*流程状态*/

.mui-staff:before { content: "\C306"; } /*人员成员*/
.mui-time-solid:before { content: "\C307"; } /*时间日期*/
.mui-pitchon:before { content: "\C308"; } /*选中打勾*/
