@charset "UTF-8";
/**
 * 
 * @authors Eason 
 * @date    2015-06-03 14:52:34
 * @version 1
 */
html{
	font-size: 62.5%; /*10 ÷ 16 × 100% = 62.5%*/
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
table,
tr,
th,
td,
em,
i {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
}
body {
  color: #040404;
  font-family: "微软雅黑", "Microsoft YaHei";
  font-size: 100%;
  height: 100%;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 1px;
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
}
img {
  border: none;
}
