@charset "utf-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
	margin: 0;
    padding: 0;
    text-align: center;
    overflow-x: hidden;
    font-family: Arial, "微软雅黑";
    height: 100%;
    position: relative;
}

label {
    font-weight: normal;
}

ul,
li {
	margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

img {
    border: none;
    /*vertical-align: inherit;*/
    max-width: 90%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: none;
    color: #333;
}

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

textarea {
    -webkit-appearance: none;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h3 {
    font-size: 100%;
    margin: 0;
}

.clear {
    clear: both;
}