.commentPage .notes {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20rpx 40rpx 24rpx;
  border-bottom: 1px solid #D8D8D8;
}
.commentPage .notes .redDrop {
  width: 12rpx;
  height: 12rpx;
  border-radius: 50%;
  background-color: red;
}
.commentPage .notes .avatar {
  width: 80rpx;
  height: 80rpx;
  background-color: #D8D8D8;
  border-radius: 50%;
}
.commentPage .notes .body {
  flex: 1;
  margin-left: 24rpx;
}
.commentPage .notes .body .nickName {
  font-size: 30rpx;
}
.commentPage .notes .body .bBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 50rpx;
}
.commentPage .notes .body .date {
  margin: 10rpx 0rpx;
  word-break: break-all;
  padding-right: 50rpx;
  font-size: 24rpx;
}
.commentPage .notes .body .reply {
  display: inline-block;
  padding: 4rpx 10rpx;
  border-radius: 10rpx;
  background-color: #e7e7e7;
  font-size: 22rpx;
}
.commentPage .notes .cover {
  width: 134rpx;
  height: 74rpx;
  border-radius: 10rpx;
  background-color: skyblue;
}
.commentPage .notes .audioCover {
  position: relative;
  width: 134rpx;
  height: 74rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8rpx;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.commentPage .notes .audioCover .audioPlayBg {
  width: 58rpx;
  height: 58rpx;
}
.commentPage .notes .audioCover .audioPlayZhen {
  position: absolute;
  right: 30rpx;
  top: 11rpx;
  width: 14rpx;
  height: 17rpx;
}
.commentPage .notes .audioCover .cover {
  position: absolute;
  width: 48rpx;
  height: 48rpx;
  border-radius: 50%;
}
.commentPage .empty {
  margin-top: 200rpx;
}