.message_list {
  width: 100%;
  float: left;
  border-left: 1px solid #d2d2d2;
  margin-bottom: 0.234375rem;
  position: relative;
  min-height: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .message_list {
    border-left: 0px solid #d2d2d2;
    margin-top: 0.2rem;
  }
}
.message_list .title04 {
  border-left: 3px solid #e60020;
  height: 0.390625rem;
  line-height: 0.3125rem;
  padding-left: 0.3125rem;
  position: relative;
  left: -0.015625rem;
  margin-bottom: 0.2rem;
}
.message_list .title04 h2 {
  margin-top: 0.078125rem;
  width: 100%;
  font-size: 0.234375rem;
  color: #404040;
  float: left;
  background: #fff;
}
.message_list .title04 h2 span {
  font-weight: normal;
  font-size: 0.21875rem;
  color: #646464;
  float: left;
  background: #fff;
}
.message_list .title04 p {
  float: left;
  background: #fff;
  text-transform: uppercase;
}
.message_list main {
  font-size: 0.109375rem;
}
.formBtn {
  margin-top: 0.234375rem;
  height: 0.25rem;
}
@media screen and (max-width: 767px) {
  .formBtn {
    height: 0.5rem;
  }
}
.message_from {
  width: 100%;
  margin-top: 0.2rem;
}
.message_from .msg_line {
  margin: 0.15rem;
  font-size: 0.12rem;
  min-height: 0.15rem;
  line-height: 0.2rem;
}
@media screen and (max-width: 767px) {
  .message_from .msg_line {
    margin: 0.2rem;
    font-size: 0.25rem;
    min-height: 0.8rem;
    line-height: 0.6rem;
  }
}
.message_from .msg_line span {
  padding: 0;
}
.message_from .msg_line span .inputs {
  width: 90%;
}
.message_from .msg_line span .texts {
  width: 90%;
  margin-bottom: 0.1rem;
}
/*# sourceMappingURL=message.css.map */