/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
src: url("materialicons-regular.jpg")/*tpa=http://econ.sdufe.edu.cn/dfiles/14368/static/fonts/iconfont/materialicons-regular.jpg*/; /* for ie6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("MaterialIcons-Regular.woff2")/*tpa=http://econ.sdufe.edu.cn/static/fonts/iconfont/MaterialIcons-Regular.woff2*/ format('woff2'),
    url("MaterialIcons-Regular.woff")/*tpa=http://econ.sdufe.edu.cn/static/fonts/iconfont/MaterialIcons-Regular.woff*/ format('woff'),
    url("MaterialIcons-Regular.ttf")/*tpa=http://econ.sdufe.edu.cn/static/fonts/iconfont/MaterialIcons-Regular.ttf*/ format('truetype');}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;}