/* Video catalogue layout */
.movie-list-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #242424;
}
.movie-list-item .movie-list-item-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 50px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.96) 52%, #242424 100%);
  box-sizing: border-box;
}
.movie-list-item .movie-time-div {
  width: 100%;
  min-width: 0;
  padding: 15px 9px 7px;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.9);
}
.movie-list-item .movie-time-div > span:first-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: normal !important;
  word-break: break-all;
  font-size: 13px;
  line-height: 18px;
  max-height: 36px;
}
.movie-list-item .movie-time-div > span:nth-child(n+2) {
  display: none !important;
}

/* Keep catalogue titles in one footer below the cover, without a second overlay. */
.fs-video-ready .movie-hall .list-item .movie-list-item {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 200px !important;
  box-sizing: border-box;
}
.fs-video-ready .movie-hall .list-item .movie-list-item .cover_img {
  display: block !important;
  flex: 0 0 152px !important;
  min-width: 0 !important;
  max-width: 100% !important;
}
.fs-video-ready .movie-hall .list-item .movie-list-item-bottom {
  position: static !important;
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  flex: 0 0 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.fs-video-ready .movie-hall .list-item .movie-list-item-bottom .movie-time-div {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 6px 9px !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  text-shadow: none !important;
}
.fs-video-ready .movie-hall .list-item .movie-list-item-bottom .movie-time-div > span:first-child {
  display: -webkit-box !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  font-size: 13px !important;
  line-height: 18px !important;
  text-shadow: none !important;
}
.movie-descript {
  padding: 10px 12px 12px !important;
  box-sizing: border-box;
}
.movie-descript > :first-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin: 0 !important;
  max-height: 48px;
  font-size: 16px;
  line-height: 24px;
  word-break: break-all;
}
.movie-descript > :nth-child(n+2) {
  display: none !important;
}
.movie-play-item {
  min-height: 108px;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
}
.movie-play-item .van-count-down {
  display: none !important;
}
.movie-play-item > :nth-child(2) {
  min-width: 0;
  padding: 10px 10px 8px;
  box-sizing: border-box;
}
.movie-play-item > :nth-child(2) > :first-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-height: 66px;
  margin: 0 !important;
  font-size: 14px;
  line-height: 22px;
  word-break: break-all;
}
.movie-play-item > :nth-child(2) > :nth-child(n+2) {
  display: none !important;
}
