/* 产品详情页隐藏公共工具栏 */
.huake-side-bar {
  display: none !important;
}

.song-side-bar {
  top: 58%;
  position: fixed;
  right: 0px;
  z-index: 99;
  background-color: #ffffff00;
  border-radius: 50px;
}

.song-side-bar > a.cd-popup-trigger {
  display: inline-block;
  width: 68px;
  cursor: pointer;
}

.song-side-bar img {
  width: 100%;
}