/* section */
.section {
  padding: 0.3rem;
}
.section .section-content {
  margin: 0.2rem 0;
  overflow: hidden;
}
.section .poster {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}
.section .poster img {
  width: 100%;
  height: auto;
}

/* item */
.item {
  margin: 0.2rem 0;
  overflow: hidden;
}
.item .item-title {
  position: relative;
  margin: 0.2rem 0;
  overflow: hidden;
}
.item .item-title img {
  max-width: 100%;
  height: 0.5rem;
  object-fit: cover;
}
.item .item-content {
  font-size: 0.3rem;
}
<!--ºÄÊ±1752935647.7577Ãë-->