.left {
  float: left; }

.right {
  float: right; }

.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearFix {
  zoom: 1; }

.fade-box {
  display: none; }
  .fade-box .fade {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
    opacity: .4;
    background: #000;
    z-index: 999; }
  .fade-box .message-box {
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1002;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center; }
    .fade-box .message-box .close-btn {
      font-size: 14px;
      color: #666;
      position: absolute;
      right: 26px;
      top: 24px; }
    .fade-box .message-box .send-message {
      width: 804px;
      height: 387px;
      background: #fff;
      border-radius: 10px;
      position: relative; }
      .fade-box .message-box .send-message .title {
        font-size: 18px;
        color: #000;
        text-align: center;
        line-height: 56px; }
      .fade-box .message-box .send-message .title-p {
        width: 752px;
        height: 36px;
        margin: 0 auto;
        margin-bottom: 10px;
        background: #f6f6f6; }
        .fade-box .message-box .send-message .title-p input {
          line-height: 36px;
          padding: 0 10px;
          background: #f6f6f6;
          width: 732px;
          font-size: 14px;
          color: #999;
          border: none; }
      .fade-box .message-box .send-message .content-p {
        width: 752px;
        height: 199px;
        background: #F6F6F6;
        margin: 0 auto;
        margin-bottom: 20px; }
        .fade-box .message-box .send-message .content-p textarea {
          width: 732px;
          height: 159px;
          padding: 20px 10px;
          background: #f6f6f6;
          font-size: 14px;
          border: none;
          resize: none;
          outline: none; }
      .fade-box .message-box .send-message .send-btn {
        width: 108px;
        height: 36px;
        background: #238AD9;
        text-align: center;
        border-radius: 3px;
        line-height: 36px;
        color: #fff;
        font-size: 16px;
        margin: 0 auto;
        cursor: pointer; }

.message-detail .title {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-top: 35px;
  line-height: 16px;
  margin-bottom: 16px; }
.message-detail .date {
  font-size: 13px;
  color: #999;
  text-align: center;
  margin-bottom: 30px; }
.message-detail .content-word {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  margin-bottom: 20px; }
.message-detail .feedback-box {
  width: 936px;
  padding: 0 6px;
  background: #f6f6f6;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  margin-bottom: 20px; }
  .message-detail .feedback-box .iconfont {
    color: #999;
    font-size: 14px; }
  .message-detail .feedback-box input {
    width: 714px;
    line-height: 35px;
    border: none;
    margin-left: 10px;
    background: #F6F6F6;
    font-size: 13px; }
  .message-detail .feedback-box .sub-btn {
    width: 56px;
    height: 20px;
    border: 1px solid #238AD9;
    line-height: 20px;
    text-align: center;
    color: #238AD9;
    font-size: 13px;
    margin-top: 6px;
    cursor: pointer; }

.word-p {
  font-size: 14px;
  color: #333;
  line-height: 34px; }
  .word-p span {
    color: #238AD9; }
#letter_cate{
  appearance:auto;
}

/*# sourceMappingURL=b20_message.css.map */
