@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-family: "MicrosoftYaHei";
}

/* 保持图片缩小后不模糊 */
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.container {
  margin: 0 auto;
  max-width: 1220px;
}

.img {
  font-size: 0;
}
.img img {
  max-width: 100%;
}

.shade {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
}/*# sourceMappingURL=common.css.map */