@charset "UTF-8";

*{
    box-sizing: border-box;
}

html {
    min-width: 1200px
}

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
    margin: 0
}

input,
button,
ul,
ol {
    margin: 0;
    padding: 0
}

body,
input,
button,
form {
    font-size: 14px;
    /* line-height: 28px; */
    line-height: 1.4;
    font-family:-apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI", Roboto, "Hiragino Sans GB", 'arial', 'microsoft yahei ui', "Microsoft YaHei", SimSun, sans-serif;
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6,
font {
    font-size: 14px;
    font-weight: normal
}

ul,
ol,
li {
    list-style: none
}

input {
    background: none;
    border: 0 none
}

img,
iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

em,
i {
    font-style: normal
}

button,
input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}