*,
html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
dd,
dt,
dd,
table,
a,
form {
    margin: 0;
    padding: 0;
    border: none;
    font-family: '微软雅黑', 'pft', 'albbpht';
    color: #333;
    text-decoration: none;
    list-style: none;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "albbpht";
    font-weight: 400;
    src: url("../fonts/d7dl50G6PiJj.woff2") format("woff2"),
        url("../fonts/d7dl50G6PiJj.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "roboto";
    font-weight: 400;
    src: url("../fonts/Roboto-Bold.ttf") format("ttf");
    font-display: swap;
}

@font-face {
    font-family: "pft";
    font-weight: 400;
    src: url("../fonts/PINGFANG BOLD.TTF") format("TTF"), url('../fonts/PINGFANG HEAVY.TTF') format('TTF');
    font-display: swap;
}

body {
    overflow: hidden;
}