dl,
dd,
dt,
form,
div,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* @font-face {
    font-family: 'RenaultLife-Bold';
    src: url('./font/RenaultLife-Bold.ttf') format('truetype')
}
@font-face {
    font-family: 'RenaultLife-Light';
    src: url('./ifont/RenaultLife-Light.ttf') format('truetype')
}
@font-face {
    font-family: 'RenaultLife-Regular';
    src: url('./font/RenaultLife-Regular.ttf') format('truetype')
} */
@font-face {
    font-family: 'iconfont';
    src: url('./iconfont/iconfont.woff2?t=1706583005483') format('woff2'),
        url('./iconfont/iconfont.woff?t=1706583005483') format('woff'),
        url('./iconfont/iconfont.ttf?t=1706583005483') format('truetype'),
        url('./iconfont/iconfont.svg?t=1706583005483#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Brandon';
    src: url("/res/font/Brandon_reg.woff");
    font-display: swap;
}



@font-face {
    font-family: 'BrandonMedium';
    src: url("/res/font/Brandon_med.otf");
    font-weight: bold;
    font-display: swap;
}


@font-face {
    font-family: 'BrandonLight';
    src: url("/res/font/Brandon_light.otf");
    font-weight: bold;
    font-display: swap;
}