body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none

}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    clear: both;
    width: 100%;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
    outline: none;
}

.clear {
    clear: both
}

/*滚动条*/
*::-webkit-scrollbar {
    visibility: hidden;
    width: 0;
}

::-webkit-scrollbar-button {
    visibility: hidden;
    width: 0;
}

::-webkit-scrollbar-track {
    visibility: hidden;
    width: 0;
}

::-webkit-scrollbar-track-piece {
    visibility: hidden;
    width: 0;
}

::-webkit-scrollbar-thumb {
    visibility: hidden;
    width: 0;
}

::-webkit-scrollbar-corner {
    visibility: hidden;
    width: 0;
}

::-webkit-resizer {
    visibility: hidden;
    width: 0;
}

* {
    cursor: default;
}

select {
    outline: none;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    /*appearance: none;*/
    /*-moz-appearance: none;*/
    /*-webkit-appearance: none;*/
}
