/*字体*/
@font-face {
    font-family: "BasisGrotesque-Regular";
    src: url("../font/BasisGrotesque-Regular.woff2");
}
@font-face {
    font-family: "MiSans-Medium";
    src: url("../font/MiSans-Medium.ttf");
}
@font-face {
    font-family: "MiSans-Light";
    src: url("../font/MiSans-Light.ttf");
}
@font-face {
    font-family: "MiSans-Thin";
    src: url("../font/MiSans-Thin.ttf");
}

