* {
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  color: #666;
  text-align: center;
}

audio {
  width: 550px;
  margin: 30px 0;
  height: 55px;
}

.container {
  margin: 50px 0;
  height: 450px;
  overflow: hidden;
}
.container ul {
  transition: 1s;
  transform: translateY(0);
}
.container li {
  height: 30px;
  line-height: 30px;
  transition: 0.5s;
}
.container li.active {
  color: #fff;
  transform: scale(1.3);
}

.progress {
  display: flex;
  justify-content: center;
}
.progress i {
  background: rgb(241, 243, 244);
  border: none;
  height: 35px;
  width: 55px;
  transform: translate(-23px, 30.5px);
  color: black;
  border-radius: 0 50% 50% 0;
  padding-top: 20px;
}
.progress i:hover {
  cursor: pointer;
}

.switch {
  width: 200px;
  height: 65px;
  box-shadow: 2px 2px rgb(224, 224, 224);
  background: rgb(241, 243, 244);
  position: fixed;
  top: 70%;
  left: 54%;
  transform: scale(0);
  transform-origin: right bottom;
  transition: 0.5s;
}
.switch li {
  list-style: none;
  cursor: pointer;
}

/*# sourceMappingURL=index.css.map */
