.img-area {
  width: 100vw;
  padding-left: 15px;
  padding-top: 20px;
  padding-right: 15px;
  text-align: center;
}
.img-area .img {
  width: 100%;
}
.img-area .img_shadow {
  text-align: center;
  width: 85vw;
  margin-top: -65px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: -1;
}
.player {
  width: 100vw;
  text-align: center;
}
.playing_area{
    width: 100vw;
    height: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.playing_area .playing_text{
    height: 100vh;
    font-size: 14px;
    color: #433d96;
    line-height: 30px;
}
.player_wave{
    width: 200px;
    height: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.play_button {
  width: 42px;
  height: 46px;
  outline: none;
  background: url(../imge/ic_play.png);
  background-size: 100% 100%;
  border: 0;
}
.pause_button {
  width: 42px;
  height: 46px;
  outline: none;
  background: url(../imge/ic_pause.png);
  background-size: 100% 100%;
  border: 0;
}
.bottom_area {
  width: 100vw;
  text-align: center;
  margin-bottom: 30px;
}
.bottom_word {
  margin-top: 50px;
  width: 50vw;
}
.bottom_tag{
  width: 100vw;
  text-align: center;
  align-items: center;
  margin-bottom: 30px;
}
