@font-face {
    font-family: "FontAwesome"; /* Project id 4141738 */
    src: url('iconfont.eot?t=1687921359751'); /* IE9 */
    src: url('iconfont.eot?t=1687921359751#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff2?t=1687921359751') format('woff2'), url('iconfont.woff?t=1687921359751') format('woff'), url('iconfont.ttf?t=1687921359751') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-down:before {
    content: "\e616";
}

.fa-clock-o:before {
    content: "\e606";
}

.fa-th-large:before {
    content: "\e718";
}

.fa-angle-left:before {
    content: "\e84f";
}

.fa-angle-right:before {
    content: "\e602";
}

.fa-qq:before {
    content: "\e629";
}

.fa-weixin:before {
    content: "\e65d";
}

.fa-phone:before {
    content: "\e80e";
}

