html {
    font-size: 100px;
}

body {
    width: 100%;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    resize: both;
}


a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #545151;
}

img {
    width: 100%;
    height: 100%;
    border: none;
}

table {
    border-collapse: collapse;
}
