@charset "UTF-8";
.msgContent {
  font-family: PingFang SC;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
  font-size: 14px;
  max-width: 100%;
  /* 标题通用格式 */
  /* 列表（有序，无序） */
}
.msgContent .content-image {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}
.msgContent pre {
  position: relative;
}
.msgContent p {
  margin: 0;
  word-break: break-word;
  color: #666;
}
.msgContent code {
  margin: 0 4px;
  padding: 0 6px;
  background-color: #00000010;
  border-radius: 2px;
  font-family: auto;
}
.msgContent strong {
  color: #555;
}
.msgContent h1, .msgContent h2, .msgContent h3, .msgContent h4, .msgContent h5, .msgContent h6 {
  color: #303133;
  margin: 8px 0;
  font-weight: 600;
}
.msgContent h1 {
  font-size: 22px;
  line-height: 32px;
}
.msgContent h2 {
  font-size: 20px;
  line-height: 30px;
}
.msgContent h3 {
  font-size: 15px;
  line-height: 22px;
}
.msgContent h4 {
  font-size: 14px;
  line-height: 20px;
}
.msgContent h5 {
  font-size: 13px;
  line-height: 18px;
}
.msgContent h6 {
  font-size: 13px;
  line-height: 18px;
}
.msgContent ul, .msgContent ol {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #444;
}
.msgContent li {
  margin: 4px 0 6px 20px;
  color: #777;
}
.msgContent ol > li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.msgContent ul > li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 20px;
  margin-right: 6px;
  margin-bottom: 4px;
  color: #666;
}
.msgContent ol ul, .msgContent ol ul > li, .msgContent ul ul, .msgContent ul ul li {
  font-size: 14px;
  list-style: none;
  margin-left: 6px;
  margin-bottom: 4px;
}
.msgContent ul ul ul, .msgContent ul ul ul li, .msgContent ol ol, .msgContent ol ol > li, .msgContent ol ul ul, .msgContent ol ul ul > li, .msgContent ul ol, .msgContent ul ol > li {
  list-style: square;
}
.msgContent a {
  position: relative;
  color: #5f4dff;
  text-decoration: none;
}
.msgContent a:hover {
  color: #2815d4;
  text-decoration: underline;
}
.msgContent a::before {
  content: "🔗";
  margin-right: 4px;
}
.msgContent blockquote {
  margin: 10px 0;
  padding: 10px 15px;
  border-left: 4px solid #5f4dff;
  background-color: #f0f0ff;
  border-radius: 0 4px 4px 0;
}
.msgContent blockquote p {
  margin: 0;
  color: #555;
}
.msgContent hr {
  margin: 15px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}
