body {
  background: #F9F9F9;
}
.poster {
  font-family: Microsoft YaHei;
  /*background: url("../images/poster_bg@2x.png") no-repeat center / cover;*/
}
.poster .header {
  background: #333231;
}
.poster .poster-content {
  overflow: hidden;
  padding: 0 3.125rem 2.5rem;
  min-height: calc(100vh - 30rem);
  text-align: left;
}
.poster .poster-content img {
  width: 100%;
  height: 100%;
  border: none;
}
.footer {
  margin-top: 0;
}
/*# sourceMappingURL=poster.css.map */