.speed-select-wrapper {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 16px;
}
.speed-select-wrapper .speedIcon {
  font-size: 22px;
}
.speed-select-wrapper .speed-text {
  line-height: 32px;
}
.speed-select-wrapper .ant-btn {
  margin: 0 10px;
  min-width: 22px;
}
.speed-select-wrapper button[ant-click-animating-without-extra-node]:after {
  border: 0 none;
  opacity: 0;
  -webkit-animation: none;
          animation: none;
}
.speed-select-wrapper .disable-mask {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: not-allowed;
  background-color: var(--placeholder);
  opacity: 0.2;
  z-index: 1;
}
.speed-select-wrapper .speed-icon {
  width: 20px;
  height: 20px;
}

.ws-player-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.ws-player-content .player:first-child {
  height: calc(100% - 20px);
}
.ws-player-content .bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ws-player-content .bottom-menu > button {
  margin-right: 20px;
}
.ws-player-content .bottom-menu > i {
  font-size: 8px;
  margin-right: 20px;
}
.ws-player-content .bottom-menu .record-position {
  margin-right: 20px;
}
.ws-player-content .bottom-menu .wsIcon {
  font-size: 24px;
  margin-right: 16px;
}
.ws-player-content .bottom-menu .full-screen-icon {
  cursor: pointer;
}

