.messageContainer {
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 8px;
  width: 100%;
  .title {
    display: flex;
    justify-content: space-between;
    span {
      font-size: 16px;
      color: #666;
      font-weight: normal;
      text-shadow: none;
      letter-spacing: 0;
    }
    .confirm {
      margin-right: 20px;
      width: 20px;
      height: 16px;
    }
  }
  .content {
    margin-top: 10px;
    p {
      i {
        font-size: 14px;
        text-shadow: none;
        color: #000;
        font-style: normal;
        color: #1ba6f9;
        margin-right: 10px;
      }
      margin-bottom: 3px;
      font-size: 12px;
    }
    .messageTime {
      float: right;
      margin-right: 30px;
    }
  }
}