﻿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:"Helvetica Neue",Helvetica,tahoma,Arial,"Noto Sans CJK SC","PingFang SC","\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","WenQuanYi Micro Hei",sans-serif;
 /*  font-family: "Helvetica Neue",Helvetica,tahoma,Arial,"Noto Sans CJK SC","PingFang SC","\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","WenQuanYi Micro Hei",sans-serif; */
}
html,
body {
  width: 100%;
  height: 100%;
  background: url(/img/banner.png) no-repeat;
  background-size: 100%;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
  outline: none;
}
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;
}
