@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  background-color: #fff;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  display: block;
  border: none;
  outline: none;
}

input:disabled,
.layui-select-disabled .layui-disabled {
  background-color: rgba(239, 239, 239, 0.3);
  color: #666 !important;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}
