@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont/iconfont.eot');
    src: url('../font/iconfont/iconfont.eot#iefix') format('embedded-opentype'),
         url('../font/iconfont/iconfont.ttf') format('truetype'),
         url('../font/iconfont/iconfont.woff') format('woff'),
         url('../font/iconfont/iconfont.svg#iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ic {
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ic-close:before {
    content: "\e900";
}
.ic-angle-left:before {
    content: "\e901";
}
.ic-angle-right:before {
    content: "\e902";
}
.ic-angle-up:before {
    content: "\e903";
}
.ic-angle-down:before {
    content: "\e904";
}
.ic-arrow-left:before {
    content: "\e905";
}
.ic-arrow-right:before {
    content: "\e906";
}
.ic-arrow-up:before {
    content: "\e907";
}
.ic-arrow-down:before {
    content: "\e908";
}
.ic-plus:before {
    content: "\e909";
}
.ic-minus:before {
    content: "\e90a";
}
.ic-calendar:before {
    content: "\e90b";
}
.ic-caret-left:before {
    content: "\e90c";
}
.ic-caret-right:before {
    content: "\e90d";
}
.ic-caret-up:before {
    content: "\e90e";
}
.ic-caret-down:before {
    content: "\e90f";
}