blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}


body {
    overflow-x: hidden;
    width: 100%;
    min-height: 100%;
    font-size: 14px;
    line-height: 1.6;
    background-color: #fff;
    font-family: "PingFang SC", "Microsoft YaHei", "Calibri", "opensans", "GothicArial", "Arial", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
}

body,
caption,
td,
th {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

a {
    text-decoration: none;
    color: inherit
}

img {
    border: none;
    vertical-align: middle
}

li,
ol,
ul {
    list-style: none
}

button,
input,
select,
textarea {
    font: 14px 'Microsoft yahei', Verdana, Helvetica, Arial, sans-serif;
    vertical-align: middle;
    border: none;
    resize: none
}

table {
   border-collapse: collapse;
   	border-spacing: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}