.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;
}

