﻿body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img,
figure,
*,
fieldset,
legend {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body,
button,
input,
select,
textarea {
	/* font-family:"宋体"; */
  /*font-family: microsoft yahei,微软雅黑;*/
}
html,
body {
  width: 100%;
  height: 100%;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
img {
  border: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:visited {
  color: #333;
}
::-ms-clear,/*针对IE9及以上隐藏文本框叉子*/
::-ms-reveal/*隐藏密码框小眼睛*/ {
  display: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
