i {
  font-style: initial;
}
#interactions {
  margin-top: 12px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 16px;
  box-sizing: border-box;
}
#interactions .interactions_p {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 12px;
}
#interactions .form input {
  width: 30%;
  height: 36px;
  background: #F1F1F1;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #999;
  padding-left: 15px;
  display: block;
  margin: 10px 0;
}
#interactions .form textarea {
  width: 100%;
  height: 80px;
  background: #F1F1F1;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #999;
  padding: 15px 0 0 15px;
  margin-right: 6px;
  resize: none;
}
#interactions .form button {
  width: 194px;
  height: 40px;
  background: #ff83af;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #fff;
  margin: 7px 0 16px;
}
#interactions ul .lis {
  padding-top: 16px;
  box-sizing: border-box;
  border-top: 1px solid #f1f1f1;
  display: flex;
  margin-bottom: 16px;
}
#interactions ul .lis img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
}
#interactions ul .lis .time {
  width: calc(100% - 51px);
}
#interactions ul .lis .time .time-t {
  display: flex;
  justify-content: space-between;
}
#interactions ul .lis .time .time-t .t-l .time_div {
  margin-left: 44px;
}
#interactions ul .lis .time .time-t .t-l .name {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 20px;
  font-family: FuturaPT-Bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #586168;
}
#interactions ul .lis .time .time-t .time_i {
  float: right;
  font-size: 12px;
  line-height: 22px;
  color: #999999;
}
#interactions ul .lis .time .time_div1 {
  width: 100%;
  font-family: FuturaPT-Book;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
#interactions .a_tiao {
  display: block;
  width: 200px;
  height: 44px;
  margin: 0 auto;
  background: #ff83af;
  border-radius: 12px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  font-family: FuturaPT-Bold;
}
.editor {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 15px;
  padding: 16px;
  box-sizing: border-box;
}
.editor .ti {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.editor .text {
  display: flex;
  margin-bottom: 10px;
}
.editor .text img {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.editor .text div .title_a {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
}
.editor .text div .a_text {
  max-height: 84px;
  width: 100%;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  display: block;
}
