.fr{ float: right;}
.fl{ float: left;}
.mt20{margin-top: 20px;}
.mt10{margin-top: 10px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.pl10{padding-left: 10px;}
.bbe{border-bottom: solid 1px #eee;}
.bbd{border-bottom: solid 1px #ddd;}
/* 清除浮 动*/
.fix{*zoom:1;}
.fix:after{display:table; content:''; clear:both;}

/*覆盖element*/
.el-pager .el-icon-more::before,.el-icon-d-arrow-right:before,.el-icon-d-arrow-left:before{vertical-align: -2px;}
/*图标*/
@font-face {font-family: "iconfont";
    src: url('/fonts/iconfont.eot'); /* IE9*/
    src: url('/fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/iconfont.woff') format('woff'), /* chrome, firefox */
    url('/fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('/fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont,[class*=" el-icon-"], [class^=el-icon-]{font-family:"iconfont" !important;font-size:16px;font-style:normal;color:#999;-webkit-font-smoothing: antialiased;/*-webkit-text-stroke-width: 0.2px;*/-moz-osx-font-smoothing: grayscale;}
[class*=" el-icon-"]:hover, [class^=el-icon-]:hover{cursor: pointer;}
.el-icon-close:before {content: "\e662";}
.icon-service:before{content: "\e68e"}
.el-icon-arrow-up:before{content: "\e63b"}
.el-icon-clock:before{content: "\e6a4"}
.el-icon-arrow-left:before{content: "\e6a6"}
.el-icon-arrow-right:before{content: "\e743"}
.el-icon-more:before,.el-icon-d-arrow-right:before,.el-icon-d-arrow-left:before{content: "\e6b1"}
