* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body {
  font-family: "Microsoft Yahei", "Arial", "sans-serif", "simsun" !important;
  background: #fff url(../updata/head.png) no-repeat  center right;
  background-position: 50% 0%;

}
html,
body {
  width: 100%;
  height: 100%;
  min-width: 1200px;

}
a {
  color: #454545;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.ie-hide {
  display: none\0;
  *display: none;
}
ul,
ol {
  list-style: none;
}
/* 去除默认的倾斜效果 */
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}
