* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Microsoft Yahei", "Arial", "sans-serif", "simsun" !important;
}
html,
body {
  width: 100%;
  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;
}
ul,
ol {
  list-style: none;
}
/* 去除默认的倾斜效果 */
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}

@media (min-width: 1200px) {
  .layui-container {
    width: 1200px !important;
   padding: 0px;
  }
}
