body,
ul,
li,
dl,
dt,
dd,
p,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
table,
fieldset,
legend,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
body {
  font-family: "寰蒋闆呴粦";
  font-size: 12px;
}
/* 鍙栨秷鍒楄〃绗﹀彿 */
ul,
li,
ol {
  list-style: none;
}
/* 鍙栨秷杈规 */
img,
fieldset {
  border: 0;
}
/* 鍙栨秷鍒掔嚎 */
a {
  text-decoration: none;
  color: #333;
}
/* 瑙ｅ喅鍥剧墖3px */
img {
  vertical-align: top;
}
/* 鍙栨秷鍔犵矖 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* 鍙栨秷鍊炬枩 */
em,
i {
  font-style: normal;
}
/* 鍙栨秷杈规 */
input {
  border: none;
  background: none;
}
/* 鍙栨秷鐐瑰嚮鏃跺嚭鐜扮殑妗� */
input,
a {
  outline: none;
}

/* 宸︽诞鍔� */
.fl {
  float: left;
}
/* 鍙虫诞鍔� */
.fr {
  float: right;
}

/* 楂樺害濉岄櫡 */
.clean:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* 鍏煎ie */
.clean {
  zoom: 1;
}