@font-face {
    font-family: 'iconfont';
    /* project id 1758995 */
    src: url('//at.alicdn.com/t/font_1758995_owup02kf66c.eot');
    src: url('//at.alicdn.com/t/font_1758995_owup02kf66c.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1758995_owup02kf66c.woff2') format('woff2'), url('//at.alicdn.com/t/font_1758995_owup02kf66c.woff') format('woff'), url('//at.alicdn.com/t/font_1758995_owup02kf66c.ttf') format('truetype'), url('//at.alicdn.com/t/font_1758995_owup02kf66c.svg#iconfont') format('svg');
}

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

.icon-photo:before {
    content: '\e688';
}

.icon-doc:before {
    content: '\e6c2';
    color: Blue;
}

.icon-ppt:before {
    content: '\e64d';
    color: #d24625;
}

.icon-pdf:before {
    content: '\e640';
    color: red;
}

.icon-xls:before {
    content: '\e8a6';
    color: green;
}

.icon-zip:before {
    content: '\e65a';
    color: BlueViolet;
}

.icon-mp4:before {
    content: '\e640';
    color: Gold;
}

.icon-download:before {
    content: '\e612';
}

.icon-switch:before {
    content: '\e631';
}

.icon-check:before {
    content: '\e604';
}

.icon-close:before {
    content: '\e62b';
}

.icon-edit:before {
    content: '\e605';
}

.icon-left:before {
    content: '\e614';
}

.icon-right:before {
    content: '\e616';
}

.icon-up:before {
    content: '\e617';
}

.icon-down:before {
    content: '\e615';
}

.icon-calendar:before {
    content: '\e618';
}