@charset "UTF-8";

/* css reset */

a,
b,
body,
button,
dd,
div,
dl,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
input,
label,
li,
nav,
p,
select,
span,
td,
textarea,
u,
ul {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
}

li,
ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #fff;
}

a:active,
a:focus,
a:hover,
button,
input,
textarea {
    outline: 0
}

a:hover {
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

img {
    border: none;
    display: block;
}

map area {
    outline: none;
}

table {
    border-collapse: collapse
}

body,
button,
input,
option,
select,
td,
textarea {
    font-family: arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', 'STHeitiSC-Light', Microsoft Yahei, sans-serif;
    -webkit-font-smoothing: antialiased;
}

button,
input[type=button],
input[type=number],
input[type=search],
input[type=submit],
input[type=password],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
}

body {
    font-size: 14px;
    overflow-x: hidden;
}