@charset 'utf-8';
body, div, dl, dt, dd, ul, ol, li, tr, td, th,
h1, h2, h3, h4, h5, h6, hr, br, img, table,
input, form, a, p, textarea {
    padding: 0;
    margin: 0;
    font-family: Arial, 'Microsoft YaHei', '宋体', "GitLab Sans", BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:link,a:focus,a:visited{
    color: unset;
}

img {
    border: 0;
    display: block;
    image-rendering: -webkit-optimize-contrast;
}

.clearfloat {
    zoom: 1;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-o-pre-wrap;
}

