// aplayer
.aplayer {
  .aplayer-lrc {
    p {
      font-size: 12px;
      font-weight: 700;
      line-height: 16px !important;
      &.aplayer-lrc-current {
        font-size: 15px;
        color: #49b1f5;
      }
    }
  }
  &.aplayer-fixed {
    &.aplayer-narrow {
      .aplayer-body {
        left: -66px !important;
        &:hover {
          left: 0px !important;
        }
      }
    }
  }
}
