/*
    自定义图标的css样式 
    2018年2月5日10:13:32
    tengo
*/
@font-face {
    font-family: "iconfont";
    src: url('/html/fonts/iconfont.ttf') format('truetype');
}

.myicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'iconfont';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
}

.icon-gouwuche:before {
    content: "\e606";
}

.icon-home:before {
    content: "\e60a";
}

.icon-class:before {
    content: "\e62f";
}

.icon-class2:before {
    content: "\e618";
}

.icon-user:before {
    content: "\e604";
}

.icon-user2:before {
    content: "\e615";
}

.icon-delete:before {
    content: "\e601";
}

.icon-location:before {
    content: "\e619";
}

.icon-headset:before {
    content: "\e617";
}

.icon-daifukuan:before {
    content: "\e628";
}

.icon-check:before {
    content: "\e62a";
}

.icon-daishouhuo:before {
    content: "\e62b";
}

.icon-yiwancheng:before {
    content: "\e626";
}

.icon-gou:before {
    content: "\e62c";
}

.icon-bianji:before {
    content: "\e62d";
}

.icon-search:before {
    content: "\e622";
}

.icon-shuangjiantou:before {
    content: "\e62e";
}

.icon-close:before {
    content: "\e630";
}
