/* RiPro V5 HLS 播放器 */
.rilv-wrap {
  position: relative;
  margin: 1em 0;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}

.rilv-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9，可用 ratio="4:3" 之类覆盖 */
}

.rilv-inner > video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  outline: none;
}

.rilv-fallback {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  background: rgba(0, 0, 0, .78);
  color: #ddd;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  z-index: 3;
}

.rilv-fallback a {
  color: #4ea1ff;
}
