@font-face {
    font-family: 'imooc-icon';
    src: url('../fonts/icon/icomoon.eot');
    src: url('../fonts/icon/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icon/icomoon.woff') format('woff'),
    url('../fonts/icon/icomoon.ttf') format('truetype'),
    url('../fonts/icon/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Component
============================================================================= */
[class*="imooc-icon-"] {
    display: inline-block;
    font-style: normal;
}
[class*="imooc-icon-"]:before {
    display: inline-block;
    font: normal normal normal 1.6rem/1 "imooc-icon", sans-serif;
    /*font-weight: normal; // 2
    font-style: normal; // 2
    vertical-align: baseline; // 3
    line-height: 1; // 4*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.imooc-icon-pagelines:before {
    content: "\f18c";
}
.imooc-icon-schedule:before {
    content: "\e8b5";
}

.imooc-icon-old-phone:before {
    content: "\e900";
}
.imooc-icon-quote:before {
    content: "\e901";
}
.imooc-icon-quote2:before {
    content: "\e902";
}
.imooc-icon-mail:before {
    content: "\f03b";
}
.imooc-icon-time:before {
    content: "\e905";
}

.imooc-icon-checkmark:before {
    content: "\e904";
}
