@charset "utf-8";

* {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0
}

body {
    width: 100%;
    overflow-x: hidden;
    line-height: 1;
    color: #333;
    font: 16px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

address,
caption,
cite,
code,
em,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
th {
    font-weight: 400;
    font-style: normal
}

fieldset,
iframe,
img {
    border: none
}

caption,
th {
    text-align: left
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

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

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

area,
button,
input,
select,
textarea {
    color: #333;
}

area:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

textarea {
    resize: none
}

dd,
dl,
li,
ul {
    list-style: none
}


.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

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

.clearfix {
    zoom: 1
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
    outline: 0;
}

a:hover {
    color: #1561ad;
    text-decoration: none;
    transition: .2s;
}
