p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
tt,
td,
th,
dl,
dt,
dd,
body,
html {
    padding: 0;
    margin: 0;
}

ul,
li,
tt,
th,
dl,
dt,
dd {
    list-style: none;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

/* button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    transition: transform 0.2s linear;
} */

html {
    user-select: none;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

a {
    color: #FFF;
    text-decoration: none;
}

#download_button {
    cursor: pointer;
}

:root {
    --header-height: 70px;
}

body {
    background-image: url(https://data.chizhouyuanzhou.cn/resources/ps/images/20260403/body_image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #EBF6FF;
    font-family: Microsoft YaHei, Microsoft YaHei;
    padding: var(--header-height) 0 0;
}