.aos-audio-better {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  width: 450px;
  min-width: 450px;
  height: 40px;
  line-height: 40px;
  /* margin: 14px; */
  padding: 0 14px;
  border-radius: 20px;
  box-shadow: 5px 5px 10px -4px #63645e;
  background-image: linear-gradient(to right, #9ca5f5, #7ff5ae);
  span,i {
    font-size: 20px;
    color: #1f0719c7;
    cursor: pointer;
  }
  &__operate {
    width: 150px;
  }
  &__operate-time {
    display: inline-block;
    width: 110px;
    &-going {
      width: 50px;
      text-align: center;
    }
    &-total {
      width: 50px;
      margin-left: 2px;
    }
    span, i {
      display: inline-block;
      font-size: 14px;
    }
  }
  &__rate {
    display: inline-block;
    width: 30px;
    &-trigger {
      font-size: 14px;
      color: #ffffff;
      cursor: pointer;
    }
    span, i {
      font-size: 14px;
    }
  }
  &__volume {
    display: inline-block;
    position: relative;
    &-slider {
     position: relative;
      width: 100px;
      height: 4px;
      background: rgb(248, 247, 247);
      border-radius: 2px;
      cursor: pointer;
      &-process {
        position: absolute;
        left: 0;
        top: 0;
        width: 112px;
        height: 4px;
        border-radius: 2px;
        background: #409eff;
      }
      &-thunk {
        position: absolute;
        left: 100px;
        top: -3px;
        width: 8px;
        height: 8px;
      }
      &-block {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #409eff;
        background: rgba(255, 255, 255, 1);
        transition: 0.2s all;
      }
      &-block:hover {
        transform: scale(1.1);
        opacity: 0.6;
      }
      &-progressInfo {
        position: absolute;
        top: -28px;
        color: #117eeb;
        font-weight: 600;
      }
    }
  }
  &__slider {
    position: relative;
    width: 100px;
    height: 4px;
    background: rgb(248, 247, 247);
    border-radius: 2px;
    cursor: pointer;
  }
  &__slider-process {
    position: absolute;
    left: 0;
    top: 0;
    width: 112px;
    height: 4px;
    border-radius: 2px;
    background: #409eff;
  }
  &__slider-thunk {
    position: absolute;
    left: 100px;
    top: -3px;
    width: 8px;
    height: 8px;
  }
  &__slider-block {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #409eff;
    background: rgba(255, 255, 255, 1);
    transition: 0.2s all;
  }
  &__slider-block:hover {
    transform: scale(1.1);
    opacity: 0.6;
  }
  &__slider-progressInfo {
    position: absolute;
    top: -28px;
    color: #117eeb;
    font-weight: 600;
  }
}
