@font-face {
    font-family: 'icomoon';
    src:    ;
    src:     format('embedded-opentype'),
         format('truetype'),
         format('woff'),
         format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* better font rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shop:before {
    content: "\e900";
}
.icon-detail:before {
    content: "\e901";
}
.icon-del:before {
    content: "\e902";
}
.icon-right:before {
    content: "\e903";
}
.icon-xiaolian:before {
    content: "\e904";
}
.icon-kulian:before {
    content: "\e905";
}
.icon-download:before {
    content: "\e906";
}