body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

body {
    background: #ffffff;
    color: #333;
    font-size: 14px;
    font-family: "PingFang SC Medium", "微软雅黑", "Source Han Sans CN", 'Arial Regular', Verdana, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

a:hover {
    text-decoration: none;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
}


/* * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px "Source Han Sans CN", "微软雅黑", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: auto;
}

a,
button {
    cursor: pointer;
}

input,
textarea,
button {
    outline: none;
}

textarea {
    resize: none;
}