* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
}
body {
  font-family: "Microsoft Yahei", "Arial", "sans-serif", "simsun" !important;
  background: url(../image/background.png) no-repeat top center;
}
html,
body {
  width: 100%;
  height: 100%;
   font-size: 16px;
}
a {
  color: #454545;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  color: #e6831a;
}

.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;
}
button{
    background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.ie-hide{
    display: none\0;
    *display: none;
}