html,
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
form,
dd,
dt,
dl,
ol,
caption,
td,
tr,
th,
hr,
header,
footer,
blockquote,
pre,
fieldset,
legend,
aside,
nav,
section {
    padding: 0;
    margin: 0
}

html,
body {
    width: 100%;
    height: 100%
}

body {
    font-family: Tahoma, Helvetica, "microsoft yahei", "Hiragino Sans GB", Simsun, \5b8b\4f53, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none
}

ul,
li {
    list-style: none
}

table,
div,
img {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    vertical-align: middle
}

button,
input,
select,
textarea {
    outline: 0;
    font-family: inherit
}

:focus {
    outline: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
    background: #fff
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
}

select {
    font-family: "microsoft yahei";
    color: #666
}

.clear,
.clearfix {
    zoom: 1
}

.clear:after,
.clearfix:after {
    content: '';
    display: block;
    clear: both
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    border: 0 none
}