@font-face {
  font-family: MMT;
  src: url('/shortcodes/mmt-netease/fonts/mmt_1.5.ttf');
  font-display: swap;
}
.netease-music:not([data-fixed]) {
  min-height: 90px;
}
.netease-music[data-mini] {
  min-height: 66px;
}
.netease-music .aplayer-narrow {
  margin: 0 auto;
}
.comment-163 {
  font-family: MMT, '沐目体';
  position: relative;
  border: 1px solid #f5f5f5;
  padding: 0.75em;
  border-radius: 0.75rem;
  color: #272626;
  cursor: pointer;
  margin-top: 1rem;
}
[data-theme='dark'] .comment-163 {
  color: #f5f5f5;
}
.pic-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  filter: blur(10px);
  background-size: cover;
  background-position: center;
  border-radius: 0.75rem;
  z-index: -1;
  opacity: 0.75;
}
.commentator {
  display: flex;
  align-items: center;
}
.comment-avatar {
  width: 3.125em;
  height: 3.125em;
  border-radius: 50%;
  margin-right: 0.75em;
  border: 1px solid #f5f5f5;
  padding: 0.125em;
}
.comment-nickname {
  position: relative;
  font-weight: 500;
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-block;
}
.comment-nickname:not(:empty)::after {
  content: '：';
  margin-right: 0.25em;
}
.comment-content {
  word-wrap: break-word;
  word-break: break-all;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  margin-left: 2.8em;
}
.music-info {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 0.75em;
}
.music-name:not(:empty)::after {
  content: '-';
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mmt-netease-powered {
  display: blcok;
  text-align: right;
  font-size: 80%;
  color: #999;
  margin-block: 0.5rem;
}

.d-none {
  display: none !important;
}
