.title-border {
  border-bottom: 2px solid #6b5eff;
}
.info-2 {
  margin-top: 0.2rem;
  background: #f5f4ff;
  border-radius: 10px;
}
.content h3 {
  font-size: 0.32rem;
  margin-top: 0.16rem;
}
.content p {
  line-height: 1.5;
  margin-top: 0.16rem;
}
.comment {
  background-color: #F5F4FF;
  border-radius: 0.1rem;
}
.comment .submit {
  background: #6b5eff !important;
  width: 1.54rem;
}
.comment .submit:hover {
  background: #5842ff !important;
}
.comment .submit:active {
  background: #5842ff !important;
}
.comment .evaluate-item .dianzan:hover {
  color: #5842ff;
}
