/* 
 * @name: ui-iconfont
 * @overview: REI——支付宝的iconfont
 * @require: 无
 */
@font-face {
    font-family: "rei";
    src: url("./fonts/rei.eot"); /* IE9*/
    src: url("./fonts/rei2.eot") format("embedded-opentype"), /* IE6-IE8 */
         url("./fonts/rei.woff") format("woff"), /* chrome 6+、firefox 3.6+、Safari5.1+、Opera 11+ */
         url("./fonts/rei.ttf")  format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
         url("./fonts/rei.svg") format("svg"); /*  iOS 4.1- */
    font-weight: normal;
    font-style: normal;
}
.iconfont {
    font-family: "rei";
    font-style: normal;
    cursor: default;
    -webkit-font-smoothing: antialiased;
}
@font-face {font-family: "iconfont2";
  src: url('./fonts/iconfont.eot?t=1464234956'); /* IE9*/
  src: url('./fonts/iconfont.eot?t=1464234956#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./fonts/iconfont.woff?t=1464234956') format('woff'), /* chrome, firefox */
  url('./fonts/iconfont.ttf?t=1464234956') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('./fonts/iconfont.svg?t=1464234956#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont2 {
  font-family:"iconfont2" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.0px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-gongsixuanzhong:before { content: "\e623"; }
.icon-dizhi:before { content: "\e60b"; }
.icon-dianhua:before { content: "\e65d"; }
.icon-youxiang:before { content: "\e624"; }

