html,
body {
  width: 100%;
  height: 100%;
  min-width: 1280px;
  max-width: 1920px;
  font-family: "Microsoft YaHei", "微软雅黑";
  margin: 0 auto;
  background: #fbfbfb;
}
a {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.imgFull {
  width: 100%;
  height: 100%;
}
.show_ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.noCheckedText {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hide {
  display: none;
}
.mw {
  width: 1280px;
  margin: 0 auto;
}
