﻿@font-face {
    font-family: "iconfont";
    /* Project id 3781925 */
    src: url('../fonts/iconfont.eot');
    /* IE9 */
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont_1.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e627";
}

.icon-lan:before {
    content: "\e624";
}

.icon-more:before {
    content: "\e625";
}

.icon-search:before {
    content: "\e626";
}