@font-face {
    font-family: 'icons';
    src: url('./font/iconfont.eot'); /* IE9 Compat Modes */
    src: url('./font/font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./font/iconfont.woff') format('woff'), /* Modern Browsers */
    url('./font/iconfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('./font/iconfont.svg#./font/iconfont') format('svg'); /* Legacy iOS */
}
.icon-font{font-family:"icons" }

/*用户*/
.icon-user:before{content: "\e614";position: absolute;margin-left: 20px ;font-size: 20px;color: #cccccc}
/*密码*/
.icon-password:before{content: "\e6cb"; position: absolute;margin-left: 20px ;font-size: 20px;color: #cccccc}
/*手机*/
.icon-tel:before{content: "\e64b"; font-size: 22px;padding-right: 20px}
/*账户*/
.icon-account:before{content: "\e658";font-size: 22px ;padding-right: 20px}
/*主页*/
.icon-honepage:before{content: "\e60e"; padding-right: 10px}
/*安全*/
.icon-capital:before{content: "\e654";padding-right: 10px }
/*统计*/
.icon-tatistics:before{content: "\e66e";padding-right: 10px }
/*客户*/
.icon-customer:before{content: "\e623";padding-right: 10px }

/*//感叹号*/
.icon-mark:before{content: "\e601";padding-right: 10px}

/*向下*/
.icon-towards-down:after{content: "\e616"; display: inline-block;float: right;margin-right: 10px;font-weight: bolder}

/*向上*/
.icon-upward:before{content: "\e66d";}
/*退出*/
.icon-sign-out:before{content: "\e60b";}

/*导出*/
.icon-export:before{content: "\e7c3";font-size: 32px;cursor: pointer}
/*排序*/
.icon-sort:before{content: "\e62c"; }

/*时间*/
.icon-times:before{content: "\e64a"; color: #dfdfdf;margin-right: 20px}
/*撤回*/
.icon-edit1:before{content: "\e62d"; padding-right: 10px}
/*编辑*/
.icon-edit:before{content: "\e602";color: #cccccc;font-size: 22px;padding-right: 30px }

/*删除*/
.icon-del:before{content: "\e603"; color: #cccccc;font-size: 22px}
/*向右*/
.icon-towards-right:before{content: "\e62e"; }
/*取消*/
.icon-cancel:before{content: "\e635"; }
/*圆圈*/
.icon-circle:before{content: "\e6a4";;background: #fff}
/*成功*/
.icon-success:before{content: "\e63b"; }
/*排序*/
.icon-tatistics:before{content: "\e61e"; }
/*问号*/
.icon-question:before{content: "\e63a"; font-size: 22px }