/* reset */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}
body,
button,
input,
select,
textarea {
    font: 14px/1.5 "microsoft yahei", "微软雅黑", "simhei", "黑体", Arial,
        sans-serif;
    color: #555;
    font-family: PingFang-SC-Medium, PingFang-SC;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4,
h5,
h6 {
    font-size: 100%;
}
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}
small {
    font-size: 12px;
}
ul,
ol {
    list-style: none;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
q:before,
q:after {
    content: "";
}
legend {
    color: #000;
}
fieldset,
img {
    border: none;
}
button,
input,
select,
textarea {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border: none;
    height: 1px;
}
html {
    min-height: 100%;
    position: relative;
}
body {
    color: #333333;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button {
    border: none;
}
button,
input {
    line-height: normal;
    outline: none;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* input placeholder */
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #89919d;
    font-weight: 400;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #89919d;
    font-weight: 400;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #89919d;
    font-weight: 400;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    background: #f6f8fa;
}
