/* BR20230717017 */
.img-title {
  width: 100%;
}

.tap-content {
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
}

.month-content {
  position: relative;
  box-sizing: border-box;
  /* padding: 0 0.5333rem; */
  background-color: #fff;
}

.films {
  position: absolute;
  left: 0;
  bottom: 5.0667rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.0667rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.films-tab {
  padding: 0 0.8rem;
  bottom: 3.7333rem;
}

.film-item {
  /* height: 3.8667rem; */
  width: 5.8133rem;
}

.film-title {
  font-weight: bold;
  font-size: 0.7467rem;
  color: #292929;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.film-content {
  font-size: 0.64rem;
  color: #787878;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.img-item {
  width: 3rem;
  height: 4rem;
}

.img-month {
  width: 100%;
}
/* BR20230717017 */
