.o-tv-icon {
  display: inline-block;
}

.o-tv-video-editor {
  width: 100%;
  height: 100%;
}
.o-tv-video-editor__content {
  height: calc(100% - 40px);
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
.o-tv-video-editor__content-left {
  flex-shrink: 0;
  width: 236px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.o-tv-video-editor__content-right {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1;
  height: 100%;
  overflow-x: auto;
}
.o-tv-video-editor-tool {
  padding-bottom: 20px;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.o-tv-video-editor-tool__left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.o-tv-video-editor-tool__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 28px;
}
.o-tv-video-editor-tool__right-slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 12px;
}
.o-tv-video-editor-tool__right-slider-s {
  width: 100px !important;
}
.o-tv-video-editor-track-manager__header {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.o-tv-video-editor-track-manager__body-track {
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.o-tv-video-editor-track-manager__body-track--active {
  color: #0067EE;
}
.o-tv-video-editor-track-manager__body-track--active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background: rgba(0, 103, 238, 0.05);
  border: 1px solid #0067EE;
  z-index: 1;
}
.o-tv-video-editor-track-manager__body-track-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 16px;
}
.o-tv-video-editor-track-manager__body-track-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 16px;
}
.o-tv-video-editor-rule {
  width: 100%;
  height: 100%;
}
.o-tv-video-editor-rule__track {
  position: relative;
  height: 100%;
  user-select: none;
}
.o-tv-video-editor-rule__track-scale {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #BFBFBF;
}
.o-tv-video-editor-rule__track-scale-text {
  position: absolute;
  top: 2px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  user-select: none;
}
.o-tv-video-editor-rule__track-scale-text:not(.o-tv-video-editor-rule__track-scale-text--first):not(.o-tv-video-editor-rule__track-scale-text--last) {
  transform: translateX(-50%);
}
.o-tv-video-editor-rule__track-scale-text--last {
  transform: translateX(-100%);
}
.o-tv-video-editor-rule__track-scale-line {
  position: absolute;
  bottom: 0;
  height: 7px;
  width: 1px;
  background-color: #BFBFBF;
}
.o-tv-video-editor-rule__track-scale-line--align {
  height: 13px;
}
.o-tv-video-editor-rule__track-locator {
  position: absolute;
  bottom: 0px;
  height: 90%;
  width: 1px;
  background-color: rgb(250, 140, 22);
  transition: left 0.3s linear;
}
.o-tv-video-editor-rule__track-locator-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.o-tv-video-editor-rule__track-locator-container-btn {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-50%, -100%, 0);
}
.o-tv-video-editor-rule__track-locator-container-btn:hover {
  cursor: pointer;
}
.o-tv-video-editor-video-track {
  margin-bottom: 4px;
  position: relative;
  width: 100%;
  height: 76px;
  user-select: none;
}
.o-tv-video-editor-video-track__img {
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.o-tv-video-editor-video-track__slices {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.o-tv-video-editor-video-track__slices-box {
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
}
.o-tv-video-editor-video-track__slices-box--active {
  border-radius: 2px;
  border: 3px solid #0067EE;
  background: transparent;
}
.o-tv-video-editor-video-track__slices-box-action {
  position: relative;
  width: 100%;
  height: 100%;
}
.o-tv-video-editor-video-track__slices-box-action-anchor {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #fff;
  z-index: 6;
}
.o-tv-video-editor-video-track__slices-box-action-anchor:hover {
  cursor: move;
}
.o-tv-video-editor-video-track__slices-box-action-anchor--left {
  left: -5px;
  transform: translate3d(0, -50%, 0);
}
.o-tv-video-editor-video-track__slices-box-action-anchor--right {
  right: 5px;
  transform: translate3d(0, -50%, 0);
}
.o-tv-video-editor-audio-track {
  margin-bottom: 4px;
  position: relative;
  width: 100%;
  height: 76px;
  user-select: none;
}
.o-tv-video-editor-audio-track__text {
  padding-right: 20px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgb(186, 244, 228);
}
.o-tv-video-editor-audio-track__frame {
  position: absolute;
  height: 100%;
}
.o-tv-video-editor-audio-track__frame-c {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(186, 244, 228);
}
.o-tv-video-editor-audio-track__frame-c:hover {
  cursor: pointer;
}
.o-tv-video-editor-audio-track__frame-c-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-tv-video-editor-audio-track__frame-c-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(-50%);
}
.o-tv-video-editor-audio-track__frame-c-text--top {
  top: 0;
  transform: none;
}

.o-tv-text-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.o-tv-text-button:hover {
  color: #0067EE;
}
.o-tv-text-button--small {
  font-size: 12px;
}

.o-tv-slider {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.o-tv-slider__bar {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background-color: #0067EE;
  transition: all 0.3s linear;
}
.o-tv-slider__bar-button {
  position: absolute;
  top: -5px;
  right: 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #FFFFFF;
  border: 2px solid #0067EE;
  transform: translate3d(50%, 0, 0);
  cursor: pointer;
}

.o-tv-selector {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.o-tv-selector-option {
  padding-left: 16px;
  padding-right: 16px;
  height: 32px;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  cursor: pointer;
}
.o-tv-selector-option--active {
  border-color: #0067EE;
  background: rgba(0, 103, 238, 0.05);
  color: #0067EE;
}

.o-tv-radio {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.o-tv-radio__circle {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.o-tv-radio__content {
  padding-left: 8px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  user-select: none;
}
.o-tv-radio__content--empty {
  padding-left: 0px;
}

.o-tv-player-tool {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.o-tv-player-tool__btns {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.o-tv-player-tool__progress {
  flex: 1;
}
.o-tv-player-tool__time {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.o-tv-player-tool__time-current {
  font-weight: 400;
  font-size: 14px;
  color: #0067EE;
}

.o-tv-player {
  width: 100%;
  height: 100%;
}
.o-tv-player__vdo {
  margin-bottom: 20px;
  width: 100%;
  height: calc(100% - 28px - 20px);
}
.o-tv-player__vdo--fit {
  object-fit: fill;
}
.o-tv-player__controls {
  position: relative;
  width: 100%;
  height: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 42px;
}
.o-tv-player__controls-prefix {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 21px;
}
.o-tv-player__controls-suffix {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 32px;
}
.o-tv-player__time {
  margin-right: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #0067EE;
  line-height: 21px;
}

.o-tv-list {
  position: relative;
}
.o-tv-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.o-tv-list-item:not(:last-child) {
  margin-bottom: 24px;
}
.o-tv-list-item__title {
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o-tv-list-item__title--active {
  color: #0067EE;
}
.o-tv-list-item__title--radio {
  padding-right: 50px;
}
.o-tv-list-item__suffix {
  flex-shrink: 0;
}

.o-tv-label-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.o-tv-label-row:not(:last-child) {
  margin-bottom: 10px;
}
.o-tv-label-row__label {
  padding-right: 8px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.o-tv-label-row__content {
  position: relative;
  flex: 1;
}

.o-tv-img-player {
  position: relative;
  width: 100%;
  height: 100%;
}
.o-tv-img-player__img {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
.o-tv-img-player__img--active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.o-tv-img-player__img-img {
  width: auto;
  height: 100%;
}
.o-tv-img-player__img-text {
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  color: #FFFFFF;
}
.o-tv-img-player__vdo {
  width: 100%;
  height: 100%;
  display: none;
}
.o-tv-img-player__vdo--active {
  display: block;
}
.o-tv-img-player__dp {
  position: absolute;
  width: 84px;
  height: auto;
}
.o-tv-img-player__dp--tr {
  top: 20px;
  right: 54px;
}
.o-tv-img-player__dp--br {
  bottom: 20px;
  right: 54px;
}
.o-tv-img-player__dp--c {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.o-tv-img-player__dp--tl {
  top: 20px;
  left: 54px;
}
.o-tv-img-player__dp--bl {
  bottom: 20px;
  left: 54px;
}

.o-tv-icon-volumn {
  position: relative;
}

.o-tv-icon-video {
  position: relative;
}

.o-tv-icon-upload {
  position: relative;
}

.o-tv-icon-undo {
  position: relative;
}

.o-tv-icon-sound {
  position: relative;
}

.o-tv-icon-edit {
  position: relative;
}

.o-tv-icon-shrink {
  position: relative;
}

.o-tv-icon-save {
  position: relative;
}

.o-tv-icon-replace {
  position: relative;
}

.o-tv-icon-refresh {
  position: relative;
}

.o-tv-icon-radio {
  position: relative;
}

.o-tv-icon-preview {
  position: relative;
}

.o-tv-icon-prev {
  position: relative;
}

.o-tv-icon-playc {
  position: relative;
}

.o-tv-icon-play1 {
  position: relative;
}

.o-tv-icon-play {
  position: relative;
}

.o-tv-icon-pause {
  position: relative;
}

.o-tv-icon-pan {
  position: relative;
}

.o-tv-icon-next {
  position: relative;
}

.o-tv-icon-match {
  position: relative;
}

.o-tv-icon-keyboard {
  position: relative;
}

.o-tv-icon-full {
  position: relative;
}

.o-tv-icon-filter {
  position: relative;
}

.o-tv-icon-eye-close {
  position: relative;
}

.o-tv-icon-eye {
  position: relative;
}

.o-tv-icon-export {
  position: relative;
}

.o-tv-icon-enlarge {
  position: relative;
}

.o-tv-icon-edit {
  position: relative;
}

.o-tv-icon-delete {
  position: relative;
}

.o-tv-icon-crop {
  position: relative;
}

.o-tv-icon-copy {
  position: relative;
}

.o-tv-icon-build {
  position: relative;
}

.o-tv-icon-ai {
  position: relative;
}

.o-tv-icon-add {
  position: relative;
}

.o-tv-digital-person {
  padding-bottom: 8px;
  position: relative;
  width: 85px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  cursor: pointer;
}
.o-tv-digital-person__avatar {
  width: 83px;
  height: 52px;
  object-fit: cover;
}
.o-tv-digital-person__name {
  margin-top: 6px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.o-tv-digital-person__sex {
  margin-top: 2px;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}
.o-tv-digital-person__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 103, 238, 0.3);
  border-radius: 8px;
  border: 1px solid #0067EE;
}
.o-tv-digital-person__overlay-tool {
  padding: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: right;
}

.o-tv-cat:not(:last-child) {
  margin-bottom: 32px;
}
.o-tv-cat--fit {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.o-tv-cat__header {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.o-tv-cat__header-title {
  flex-shrink: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
}
.o-tv-cat__header-center {
  flex: 1;
}
.o-tv-cat__header-suffix {
  flex-shrink: 0;
}
.o-tv-cat__body {
  position: relative;
}
.o-tv-cat__body--fit {
  flex: 1;
  overflow: auto;
}

.o-tv-card {
  padding: 24px;
  background-color: #fff;
}
.o-tv-card--fit {
  width: 100%;
  height: 100%;
}
.o-tv-card--all {
  border-radius: 16px;
}
.o-tv-card--left {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.o-tv-card--right {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.o-tv-card--top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.o-tv-card--bottom {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.o-tv-button-group {
  position: relative;
}
.o-tv-button-group--fit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.o-tv-gbutton {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  height: 40px;
  line-height: 40px;
  outline: none;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  cursor: pointer;
}
.o-tv-gbutton:not(.o-tv-gbutton--fit):not(:last-child) {
  margin-right: 8px;
}
.o-tv-gbutton--showBG {
  background: rgba(0, 0, 0, 0.05);
}
.o-tv-gbutton--active {
  background: rgba(0, 103, 238, 0.05);
  color: #0067EE;
}
.o-tv-gbutton--active:is(.o-tv-gbutton--bordered) {
  border-color: #0067EE;
}
.o-tv-gbutton--fit {
  flex: 1;
}