@charset "UTF-8";
/* 变量区间 */
.home-content {
  overflow: hidden;
  /* margin-bottom: 50px; */
}

.home-content > div {
  float: left;
  margin-top: 20px;
}
.home-content > div:first-child {
	margin-top: 0;
}

.home-content img {
  width: 100%;
  height: 100%;
}






/*# sourceMappingURL=index.css.map */