﻿html, body {
  
}

html, body, header, footer, nav, section {
    display: block;
    -webkit-tap-highlight-color: transparent
}

html, body, div, span, h1, h2, h3, h4, p, em, img, b, i, ul, li, form, canvas, footer, header, nav, section, button, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-family: "PingFang SC","Microsoft YaHei",sans-serif;
}

html, body {
    font-family: "PingFang SC","Microsoft YaHei",sans-serif;
    -wekbit-tap-highlight-color: transparent;
    min-height: calc(100%);
    background: #fff;
}

body {
    -webkit-overflow-scrolling: touch
}

:focus {
    outline: 1;
}

a {
    text-decoration: none;
    background-color: transparent
}

a:active, a:hover {
    outline-width: 0
}

i, b {
    font-style: normal;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

nav ul {
    list-style: none
}

ul, li {
    box-sizing: border-box;
    list-style-type: none
}

audio, video {
    display: inline-block
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15
}

input, select, textarea {
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent
}

.cf:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.transition {
    transition: all 0.2s ease
}
/*# sourceMappingURL=reset.css.map */

