@charset "utf-8";

/* CSS reset */

html {
    color: #333;
    font-family: 'Microsoft Yahei','PingFang SC', '宋体', Arial, serif;
    font-size: 14px;
    height: 100%;
}

div,
p,
span {
    word-break: break-all;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
strong {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft Yahei', serif;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}


/*此处待添加默认链接颜色*/

var,
em,
strong {
    font-style: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

input,
button,
select {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

button {
    cursor: pointer;
    padding: 0;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}