/*
How to use
font-family: 'wechatnum';
*/
/*
How to use
font-family: 'wechatnum';
*/
.music_card {
  display: flex;
  align-items: center;
  padding: 6px 6px 6px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 382px;
  line-height: 1.4;
  position: relative;
}
.music_card_bd {
  display: block;
  padding-right: 12px;
  flex: 1;
  min-width: 0;
}
.music_card_ft {
  position: relative;
  font-size: 0;
}
.music_card_ft .weui-play-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.music_card_title {
  font-size: 17px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}
.music_card_desc {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  padding-top: 4px;
  padding-right: 22px;
}
.music_card_thumb.music_card_thumb {
  width: 72px;
  height: 72px !important;
  border-radius: 2px;
}
.music_card_source {
  position: absolute;
  right: 92px;
  bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12.794' viewBox='0 0 12 12.794'%3E  %3Cpath fill-rule='evenodd' d='M7.377 6.682L4.433 2.75s-.517-.885.074-1.397C5.514.479 6.766 1.187 7.92 0c.384.626.209 1.93-.51 2.249-.719.318-1.588.348-1.588.348l3.028 5.45-.084-.073c.097.234.15.486.15.748 0 1.231-1.152 2.229-2.572 2.229-1.42 0-2.572-.998-2.572-2.229 0-1.23 1.152-2.228 2.572-2.228.368 0 .718.067 1.034.188zM3.43 1.372v.77a5.314 5.314 0 1 0 5.486.207v-.8a6 6 0 1 1-5.486-.177z' /%3E%3C/svg%3E") no-repeat 50% 50%;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12.794' viewBox='0 0 12 12.794'%3E  %3Cpath fill-rule='evenodd' d='M7.377 6.682L4.433 2.75s-.517-.885.074-1.397C5.514.479 6.766 1.187 7.92 0c.384.626.209 1.93-.51 2.249-.719.318-1.588.348-1.588.348l3.028 5.45-.084-.073c.097.234.15.486.15.748 0 1.231-1.152 2.229-2.572 2.229-1.42 0-2.572-.998-2.572-2.229 0-1.23 1.152-2.228 2.572-2.228.368 0 .718.067 1.034.188zM3.43 1.372v.77a5.314 5.314 0 1 0 5.486.207v-.8a6 6 0 1 1-5.486-.177z' /%3E%3C/svg%3E") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: currentColor;
  color: rgba(0, 0, 0, 0.3);
}
.music_card_source img {
  display: none;
  width: 12px;
  height: 12px !important;
}
.music_card_source_kugou {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E  %3Cpath fill='%23BFBFBF' d='M6 0a6 6 0 1 1 0 12A6 6 0 0 1 6 0zm.006.762a5.248 5.248 0 1 0 .006 10.495A5.248 5.248 0 0 0 6.006.762zm-.454 2.314l-.595 5.691H3.572l.554-5.69h1.426zm3.906 0L7.2 5.301a.67.67 0 0 0-.102 1.038c.425.577 1.847 2.428 1.847 2.428h-1.8c-.605-.858-.887-1.315-1.445-2.1a1.297 1.297 0 0 1 .19-1.81c.23-.23 1.02-.987 1.845-1.78h1.722z' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E  %3Cpath fill='%23BFBFBF' d='M6 0a6 6 0 1 1 0 12A6 6 0 0 1 6 0zm.006.762a5.248 5.248 0 1 0 .006 10.495A5.248 5.248 0 0 0 6.006.762zm-.454 2.314l-.595 5.691H3.572l.554-5.69h1.426zm3.906 0L7.2 5.301a.67.67 0 0 0-.102 1.038c.425.577 1.847 2.428 1.847 2.428h-1.8c-.605-.858-.887-1.315-1.445-2.1a1.297 1.297 0 0 1 .19-1.81c.23-.23 1.02-.987 1.845-1.78h1.722z' /%3E%3C/svg%3E");
}
body,
p {
  margin: 0;
}
body {
  line-height: 1.6;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
  font-size: 14px;
}


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