.text {
  padding: 0.3rem 4%;
}
.text h1 {
  color: #000;
  font-size: 0.32rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  text-align: justify;
}
.text .from {
  letter-spacing: 0.1em;
  line-height: 0.4rem;
  color: #b3b3b3;
  font-size: 0.28rem;
}
.text .clear {
  margin-bottom: 0.1rem;
}
.text .clear span {
  float: left;
  margin-right: 4%;
  color: #b3b3b3;
}
.text .clear em {
  float: right;
  color: #b3b3b3;
}
.text p {
  margin-bottom: 0.2rem;
  color: #636363;
  letter-spacing: 0.1em;
  line-height: 0.4rem;
  font-size: 0.3rem;
  text-align: justify;
}
.text img {
  display: block;
  width: 100%;
  margin-bottom: 0.2rem;
}
/* -------- 消息回复 -------- */
.replay-box {
  padding: 0 0.34rem;
}
.replay-box .head {
  padding: 0.38rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.3rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.36rem;
}
.replay-box .msg {
  margin-bottom: 0.4rem;
  font-size: 0.3rem;
  padding: 0.3rem 0.34rem;
}
.replay-box .msg h2 {
  color: #727272;
  margin-bottom: 0.3rem;
}
.replay-box .msg p {
  text-align: justify;
  color: #979797;
}
.replay-box .replay {
  background-color: #fff;
}
.replay-box .replay h2 {
  margin-bottom: 0.3rem;
  color: #000000;
}
.replay-box .replay p {
  text-align: justify;
  color: #000000;
}
