.bixi-video-player {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  color: #919399;
  background: #000;
  user-select: none;

  &-inner {
    flex: 1;
    overflow: hidden;

    video {
      outline: none;
    }
  }

  &-toolbar {
    display: flex;
    width: 100%;
    padding: 6px 8px;
    font-size: 12px;
    background: #0d0f12;
  }

  &-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  &-right {
    height: 18px;
    line-height: 18px;

    .ant-space-item {
      display: flex;
      cursor: pointer;
    }
  }

  .bixi-video-player-progress {
    flex: 1;
  }

  &-fullscreen {
    .bixi-video-player-toolbar {
      padding: 15px 8px;
      font-size: 14px;
    }
  }
}
