.headerBox {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}
.headerBoxTip1 {
  position: absolute;
  top: 0;
  right: -0.2rem;
  border: 1px solid #3e85ff;
  border-right: none;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e85ff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 0.22rem;
  font-weight: normal;
}
.headerBoxTip2 {
  position: absolute;
  top: 0;
  right: -0.2rem;
  border: 1px solid #3e85ff;
  border-right: none;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e85ff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 0.22rem;
  font-weight: normal;
}
.headerBoxTip3 {
  position: absolute;
  top: 0;
  right: -0.2rem;
  border: 1px solid #3e85ff;
  border-right: none;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: normal;
  background: linear-gradient(134deg, #5493fd 0%, #195fbf 100%);
  font-size: 0.22rem;
  font-weight: normal;
}
.headerBoxTipImg {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.headerImgBox {
  margin-right: 0.16rem;
  width: 0.62rem;
  height: 0.62rem;
  overflow: hidden;
  border: 2px solid rgba(20, 136, 244, 0.716);
  border-radius: 50%;
}
.headerImg {
  width: 0.62rem;
  height: 0.62rem;
}
.textBox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.textBox .left {
  width: 0.78rem;
  padding: 0rem 0rem;
}
.huiyingBtn {
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #3e85ff;
  color: #3e85ff;
  padding: 2px 3px;
  font-size: 0.22rem;
  font-weight: normal;
  text-align: center;
}
.huiyingContent {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  flex: 1;
  padding-left: 0.1rem;
}
