
/* font and iconfont */
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?dz56lv');
    src:url('../fonts/icomoon.eot?#iefixdz56lv') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?dz56lv') format('truetype'),
        url('../fonts/icomoon.woff?dz56lv') format('woff'),
        url('../fonts/icomoon.svg?dz56lv#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.iconmoon,
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    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;
    -webkit-transition: font-size 0.25s ease-out 0s;
    -moz-transition: font-size 0.25s ease-out 0s;
    transition: font-size 0.25s ease-out 0s;
}


.icon-rightarrow:before {
    content: "\3464";
}
.icon-leftarrow:before {
    content: "\3465";
}
.icon-menu:before {
    content: "\e600";
}
.icon-header:before {
    content: "\e601";
}
.icon-weixin:before {
    content: "\e602";
}
.icon-weibo:before {
    content: "\e603";
}
.icon-kongjian:before {
    content: "\e604";
}
.icon-numOne:before {
    content: "\e611";
}
.icon-numTwo:before {
    content: "\e612";
}
.icon-numThree:before {
    content: "\e613";
}
.icon-chXue:before {
    content: "\5b66";
}
.icon-chRuan:before {
    content: "\8f6f";
}
.icon-chYuan:before {
    content: "\9662";
}
.icon-chMo:before {
    content: "\9b54";
}
