@font-face {
    font-family: "Arial";
    src: url("../fonts/Arial.woff");
}

@font-face {
    font-family: "Arial Black";
    src: url("../fonts/Arial-Black.woff");
}

@font-face {
    font-family: "Arial Bold";
    src: url("../fonts/Arial-Bold.woff");
}

@font-face {
    font-family: "PingFang SC Bold";
    src: url("../fonts/PingFang-SC-Bold.subset.woff");
}

@font-face {
    font-family: "iconfont";
    src: url("../fonts/iconfont.woff");
}

.ari {
    font-family: "Arial";
    font-weight: normal;
}

.ari_b {
    font-family: "Arial Black";
    font-weight: normal;
}

.ari_bl {
    font-family: "Arial Bold";
    font-weight: normal;
}
.pf_b {
    font-family: "PingFang SC Bold";
    font-weight: normal;
}

.iconfont{
    font-family: "iconfont";
    font-weight: normal;
}