html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}

body {
    margin: 0;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    min-height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

　　audio, canvas, progress, video {
    display: inline-block;
}

　　audio:not([controls]) {
    display: none;
    height: 0;
}

　　progress {
    vertical-align: baseline;
}

　　[hidden], template {
    display: none;
}

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

　　a:active {
    outline: 0;
}

　　abbr[title] {
    border-bottom: 1px dotted;
}

　　b, strong {
    font-weight: bold;

}

　　dfn {
    font-style: italic;
}

　　mark {
    background: #ff0;
    color: #000;
}

　　small {
    font-size: 80%;
}