* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body {
  font-family: "Microsoft Yahei", "Arial", "sans-serif", "simsun";
  background: #fff url(../image/background.png) no-repeat top center;
}
html,
body {
  height: 100%;

}
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;
}

.layui-container {
  width: 1200px \0;
  *width: 1200px;
  padding: 0;
  box-sizing: content-box;
}

.ie-2 {
  width: 16.66666667%\0;
  *width: 16.66666667%;
}

.ie-3 {
  width: 25%\0;
  *width: 25%;
}

.ie-4 {
  width: 33.33333333%\0;
  *width: 33.33333333%;
}

.ie-5 {
  width: 41.66666667%\0;
  *width: 41.66666667%;
}

.ie-6 {
  width: 50%\0;
  *width: 50%;
}

.ie-7 {
  width: 58.33333333%\0;
  *width: 58.33333333%;
}

.ie-8 {
  width: 66.66666667%\0;
  *width: 66.66666667%;
}

.ie-9 {
  width: 75%\0;
  *width: 75%;
}

.ie-10 {
  width: 83.33333333%\0;
  *width: 83.33333333%;
}

/* .white {
	background: #fff;
} */

ul,
ol {
  list-style: none;
}
/* 去除默认的倾斜效果 */
em,
i {
  font-style: normal;
}
img {
  /* width: 100%; */
  /* height: 100%; */
  vertical-align: middle;
}
/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}
