html,
body,
form,
ol,
ul,
li,
div,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
font,
em,
ins,
span,
a,
input {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
    font-size: 100%;
    font-weight: normal
}

ul,
li,
div,
dl,
dt,
dd {
    list-style: none;
}

h1.wm-public {
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}


/*去除a标签下划线*/
a {
	text-decoration: none;
}
/*去除未被访问的a标签的下划线*/
a:link {
	text-decoration: none;
}
/*去除已经被访问过的a标签的下划线*/
a:visited {
	text-decoration: none;
}
/*去除鼠标悬停时的a标签的下划线*/
a:hover {
	text-decoration: none;
}
/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
	text-decoration: none;
}
/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
	text-decoration: none;
}

img {
    border: 0;
    outline: none;
}

font,
em {
    font-style: normal;
    font-family: \5b8b\4f53;
}

label {
    vertical-align: middle;
    font-family: tahoma;
}

textarea,
input {
    resize: none;
    outline: none;
}

textarea {
    overflow: auto;
}
