html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(#000, 0);
}

body {
    line-height: 1.42857143;
    font-family: "PingFangSC-Regular","Helvetica Neue", "Helvetica", "Arial", "sans-serif", "Microsoft YaHei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'PingFangSC-Thin';
    font-weight: 100;
}

ol,
ul,
textarea {
    margin: 0;
    padding: 0;
}

dl,
dt,
dd,
ul,
ol,
li {
    list-style-type: none;
}

h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

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

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

[hidden],
template {
    display: none;
}

b,
strong,
span {
    display: inline-block
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: none;
    vertical-align: middle;
}

/* select, input { font-size: $font-nm; vertical-align: middle; _vertical-align: baseline; outline: none; }
input { line-height: normal; padding: 0; border-radius: 0; @include no-appearance; @include translateZ-none; } */
input[type="checkbox"] {
    padding: 0;
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    padding: 0;
    -webkit-appearance: radio;
}

textarea {
    resize: none;
    outline: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* a { color: $font-color; text-decoration: none; } */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
    outline: none;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

.clearfix {
    zoom: 1;
}

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

a {
    text-decoration: none;
    display: inline-block;
}

input {
    border: none;
    outline: none;
}