/* ===== reset ===== */

html {
    overflow-y: scroll;
    font-size: 62.5%;
    text-size-adjust: 100%;
    min-width:320px;
    margin: 0 auto;
}

html * {
    outline: 0;
    text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family:'PingFangSC-Regular','Source Han Sans CN','noto sans',"Helvetica Neue",Helvetica,'Rotobo';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
select,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0; 
}

input,
select,
textarea {
    font-size: 100%;
}

input,
textarea,
select {
    border-radius: 0;
    appearance: none;
    -webkit-appearance:none;
}

input {
    border: 0 none;
    background: transparent
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

ins {
    text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i,
b {
    font-style: normal;
    font-weight: normal;
}

dl,
dt,
dd,
ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

a {
    color: #22affc;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.numFontL{
    font-family:'HelveticaNeue-Light','Helvetica Neue Light','Rotobo Light';
}