@media screen and (weex-theme: colmo) {

  .dof-music-player {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04);
    background-color: rgba(67,70,77,0.60);
    border-radius: 16px;
  }
  .play-top {
    margin-bottom: 46px;
  }
  .top-title {
    flex: 1;
    margin: 0 16px;
  }
  .top-title-text {
    font-family: PingFangSC-Regular;
    font-size: 32px;
    color: rgba(255,255,255,0.8);
    line-height: 44px;
    white-space: normal;
    word-wrap: nomal;
  }
  .top-img-play {
    margin-right: 16px;
  }
  .volume-content {
    padding: 0 68px;
  }

}
