.emaildetail .title,
.emaildetail .xmessage {
  background-color: #e7e4e4;
}
.emaildetail .title {
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-top: 1px solid grey;
}
.emaildetail .xmessage {
  border-right: 1px solid grey;
  border-top: 1px solid grey;
}
.emaildetail .question {
  height: 200px;
  background-color: #f9f7f7;
  color: #999999;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
}
.emaildetail .time {
  background-color: #f9f7f7;
  color: #999999;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
}
.emaildetail .hfnr {
  background-color: #e7e4e4;
  border: 1px solid grey;
}
.emaildetail .answer {
  color: #666;
  background-color: #f9f7f7;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  height: 200px;
}
.emaildetail .answertime {
  background-color: #e7e4e4;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
}
.rightcontent .right .email_wxts {
  margin-bottom: 2vw;
}
.rightcontent .right .email_wxts .wtitle {
  text-align: center;
  color: #ff527d;
  font-weight: bolder;
  font-size: 1.5vw;
}
.rightcontent .right .email_wxts .wcontent {
  text-indent: 2em;
  text-align: justify;
}
/*# sourceMappingURL=emaildetail.css.map */