* {
    box-sizing: border-box;
}

body,
html,
ul,
p,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
main {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: unset;
}

@font-face {
    font-family: 'GenSenMaruGothicTW-Regular';
    /* 字体名称，自定义 */
    src: url('/skin/font/GenSenMaruGothicTW-Regular.ttf') format('truetype');
    /* 字体文件的相对或绝对路径 */
}
@font-face {
    font-family: 'GenSenMaruGothicTW-Bold';
    /* 字体名称，自定义 */
    src: url('/skin/font/GenSenMaruGothicTW-Bold.ttf') format('truetype');
    /* 字体文件的相对或绝对路径 */
}

body {
    font-family: 'GenSenMaruGothicTW-Regular';
}