#CommentWidget {
  position: relative;
  margin-bottom: 40px;
}
#CommentWidget .comment-count {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 22px;
  margin: 10px 0 5px 0;
}
#CommentWidget .textarea {
  width: 100%;
  margin: 0 auto;
  height: 115px;
  background: #f8f8f8;
  border-radius: 4px;
  resize: none;
  padding: 10px 15px;
  letter-spacing: 2px;
  border: none;
  font-size: 14px;
  line-height: 14px;
  color: #999;
}
#CommentWidget .weui_textarea_counter {
  position: absolute;
  top: 80px;
  right: 10px;
  opacity: 0.8;
}
#CommentWidget .info {
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
}
#CommentWidget .info img {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  border-radius: 50%;
}
#CommentWidget .commitBtn {
  background: linear-gradient(270deg, #ff4455 0%, #ef4037 100%);
  border-radius: 15px;
  font-size: 14px;
  height: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
#CommentWidget .items {
  background: #fefefe;
}
#CommentWidget .items .top-info {
  position: relative;
  display: flex;
  height: 48px;
  align-items: center;
}
#CommentWidget .items .top-info .headpic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  background: #f2f2f2;
}
#CommentWidget .items .top-info .username {
  height: 14px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  margin-right: 10px;
  color: #010101;
  line-height: 14px;
}
#CommentWidget .items .top-info .date {
  color: #999999;
}
#CommentWidget .items .top-info .right {
  position: absolute;
  right: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 14px;
}
#CommentWidget .items .top-info .right img {
  width: 16px;
  height: 16px;
  display: none;
}
#CommentWidget .items .top-info .right .showLike {
  display: none;
}
#CommentWidget .items .top-info .right .hidelike {
  display: inline-block;
}
#CommentWidget .items .top-info .rightactive {
  color: #e60012;
}
#CommentWidget .items .top-info .rightactive .hidelike {
  display: none ;
}
#CommentWidget .items .top-info .rightactive .showLike {
  display: inline-block;
}
#CommentWidget .items .content {
  background: #f2f2f2;
  margin-left: 50px;
  padding: 10px;
  border-radius: 10px;
}
#CommentWidget .items .replay {
  box-sizing: border-box;
  padding: 10px;
  padding-top: 0;
  margin-top: 10px;
  background: #ffffff;
  border-radius: 4px;
}
#CommentWidget .items .replay .top-info {
  height: 36px;
}
#CommentWidget .items .replay .content {
  background: #f4f4f4;
  margin-left: 0px;
  color: #010101;
}
#CommentWidget .see_more {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
#CommentWidget .see_more a {
  display: block;
  width: 232px;
  height: 32px;
  margin: 0 auto;
  background: #E9E9E9;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
