@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: white; }

.rong-login {
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  font-size: 16px;
  background-color: #44a5f8; }
  .rong-login .rong-login-inner {
    position: absolute;
    right: 15%;
    bottom: 25%;
    width: 276px; }
    .rong-login .rong-login-inner p input {
      height: 38px;
      border: none;
      width: 256px;
      border-radius: 4px;
      font-size: 13px;
      padding: 0 10px; }
    .rong-login .rong-login-inner button {
      width: 100%;
      height: 38px;
      border-radius: 4px;
      background-color: #0085d4;
      border: none;
      color: white;
      font-size: 16px;
      cursor: pointer; }

.rong-chat {
  width: 100%;
  height: 100%; }

.rong-setting {
  float: left;
  width: 60px;
  height: 100%;
  background-color: #419ff8; }
  .rong-setting .rong-setting-unread {
    height: 10px;
    min-width: 6px;
    color: white;
    background-color: #f45349;
    text-align: center;
    padding: 3px 5px;
    line-height: 10px;
    font-size: 12px; }

.rong-conversation-list {
  float: left;
  width: 314px;
  height: 100%;
  background-color: white;
  overflow: auto; }

.rong-conversation {
  position: absolute;
  left: 374px;
  right: 0;
  height: 100%;
  background-color: #44a5f8;
  background-image: url("../img/empty-box.png");
  background-size: cover;
  background-position: center; }
  .rong-conversation .rong-conversation-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .rong-conversation .rong-conversation-inner .rong-conversation-title {
      position: absolute;
      box-shadow: 2px 2px 2px #f5f7fa;
      width: 100%;
      top: 0;
      margin: 0;
      height: 54px;
      line-height: 54px;
      text-align: center;
      background-color: white;
      text-align: center; }
      .rong-conversation .rong-conversation-inner .rong-conversation-title p {
        vertical-align: middle;
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        text-decoration: none;
        color: #000;
        font-weight: 400;
        font-size: 15px;
        margin: auto; }
    .rong-conversation .rong-conversation-inner .rong-conversation-histroy-msg {
      position: absolute;
      top: 55px;
      bottom: 119px;
      background-color: #f9fbfd;
      width: 100%;
      overflow: auto;
      padding: 40px 0 10px 0; }
    .rong-conversation .rong-conversation-inner .rong-conversation-inputbox {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 118px;
      background-color: white;
      box-shadow: -2px -2px 2px #f5f7fa; }
  .rong-conversation .rong-message-box-send, .rong-conversation .rong-message-box-received {
    width: 100%;
    min-height: 67px; }
    .rong-conversation .rong-message-box-send .rong-msg-avator, .rong-conversation .rong-message-box-received .rong-msg-avator {
      width: 40px;
      height: 40px;
      margin-left: 20px;
      overflow: hidden; }
      .rong-conversation .rong-message-box-send .rong-msg-avator p, .rong-conversation .rong-message-box-received .rong-msg-avator p {
        line-height: 40px;
        font-size: 28px; }
    .rong-conversation .rong-message-box-send .rong-msg-show, .rong-conversation .rong-message-box-received .rong-msg-show {
      padding-left: 68px; }
      .rong-conversation .rong-message-box-send .rong-msg-show .rong-msg-name, .rong-conversation .rong-message-box-received .rong-msg-show .rong-msg-name {
        font-weight: 400;
        font-size: 15px;
        color: #8e969f;
        line-height: 20px;
        margin: 0;
        padding-top: 8px; }
  .rong-conversation .rong-message-box-send .rong-msg-avator {
    margin-right: 20px;
    float: right; }
  .rong-conversation .rong-message-box-send .rong-msg-show {
    text-align: right;
    padding-right: 68px; }
    .rong-conversation .rong-message-box-send .rong-msg-show .rong-msg-name {
      padding-left: 0; }
  .rong-conversation .rong-msg-content {
    font-size: 14px;
    line-height: 12px;
    color: #444444;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    white-space: pre-wrap; }
    .rong-conversation .rong-msg-content * {
      padding: 0;
      margin: 0; }
    .rong-conversation .rong-msg-content img {
      max-width: 20%;
      max-height: 300px; }
  .rong-conversation .rong-msg-time {
    font-size: 13px;
    margin-top: 10px;
    font-weight: normal;
    color: #ccc;
    background-color: #f9fbfd;
    display: inline-block;
    padding: 0;
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    width: 100%;
    text-align: center;
    cursor: default; }

.rong-last-message {
  position: relative;
  height: 72px;
  width: 100%;
  border-bottom: 1px solid #e1e9f1;
  background-color: #f5f8fc; }

.rong-last-top-true:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #008af3;
  border-left-color: #008af3; }

.rong-last-message:hover {
  background-color: #ecf2f7; }

.rong-last-message-selected {
  background-color: #dde7f0; }

.rong-tip-box {
  position: absolute;
  position: fixed;
  top: 54px;
  font-size: 14px;
  top: 24px;
  z-index: 1018;
  pointer-events: none;
  text-align: center;
  width: 100%; }

.rong-tip {
  background-color: #ffefe6;
  color: #ed3f13;
  left: 50%;
  border: 1px solid #ffcfb8;
  line-height: 45px;
  border-radius: 5px;
  text-align: center;
  box-shadow: none;
  padding: 10px 16px; }
  .rong-tip i {
    background-color: #ed4014;
    color: white;
    border-radius: 50%;
    font-size: 13px;
    padding: 0 3px;
    line-height: 13px;
    text-align: center;
    margin-right: 5px; }

.rong-last-msg-avator, .rong-msg-avator {
  width: 55px;
  height: 55px;
  float: left;
  margin-left: 10px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  background-color: #f3db73;
  margin-top: 8px; }
  .rong-last-msg-avator p, .rong-msg-avator p {
    line-height: 55px;
    font-size: 33px;
    margin: 0;
    color: white; }

.rong-last-msg-content {
  padding: 10px;
  padding-left: 75px;
  height: 52px;
  cursor: default;
  position: relative; }
  .rong-last-msg-content .rong-msg-time {
    position: absolute;
    right: 0;
    height: 19px;
    line-height: 1.5;
    font-size: 12px;
    color: #8e969f;
    right: 10px; }
  .rong-last-msg-content .rong-last-msg-name {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin: 0; }
  .rong-last-msg-content .rong-last-msg-show-content {
    margin: 0;
    padding-top: 5px;
    color: #8e969f;
    font-size: 14px;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 38px; }

.rong-conversation-inputbox .rong-inputbox-enter {
  position: absolute;
  bottom: 0;
  border: none;
  outline: none;
  top: 32px;
  left: 15px;
  right: 60px;
  bottom: 15px;
  border: none;
  outline: 0;
  word-wrap: break-word;
  resize: none;
  color: #333;
  font-size: 13px;
  margin: 0;
  overflow: auto; }
.rong-conversation-inputbox .rong-inputbox-enter::before {
  content: '请输入文字';
  display: block;
  color: #a9a9a9;
  position: absolute; }
.rong-conversation-inputbox .rong-inputbox-enter-noplaceholder::before {
  content: ''; }
.rong-conversation-inputbox .rong-intputbox-sendbtn {
  position: absolute;
  right: 0;
  width: 60px;
  top: 50px;
  bottom: 38px;
  color: #0099ff;
  cursor: pointer;
  text-align: center;
  line-height: 30px; }
.rong-conversation-inputbox .rong-inputbox-tool-box {
  width: 100%;
  height: 22px;
  top: 4px;
  left: 12px;
  position: absolute; }
.rong-conversation-inputbox .rong-inputbox-tool {
  float: left;
  width: 25px;
  height: 20px;
  line-height: 20px;
  background-size: cover;
  margin-right: 4px;
  position: relative; }
  .rong-conversation-inputbox .rong-inputbox-tool input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.rong-conversation-inputbox .rong-inputbox-tool-img {
  background-image: url(../img/image.png); }
.rong-conversation-inputbox .rong-inputbox-tool-file {
  background-image: url(../img/file.png); }

.rong-history-msg-more-box {
  position: absolute;
  top: 12px;
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px; }
  .rong-history-msg-more-box .rong-history-msg-more-btn {
    font-size: 13px;
    font-weight: normal;
    color: #8e969f;
    background-color: #f9fbfd;
    padding: 0 20px;
    cursor: pointer; }

.rong-conversation-unread {
  position: absolute;
  height: 10px;
  min-width: 6px;
  color: white;
  background-color: #f45349;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  border-radius: 50%;
  text-align: center;
  padding: 3px 5px;
  line-height: 10px;
  font-size: 12px; }

.rong-msg-uid {
  display: none;
  color: red;
  margin-top: 7px !important; }

.rong-msg-content:hover .rong-msg-uid {
  display: inline-block; }

.rong-conversation-msg-calc {
  position: fixed;
  top: 0;
  font-size: 12px;
  color: #419ff8;
  margin-left: 10px; }

.rong-last-message .rong-last-msg-opt {
  display: none; }

.rong-last-message:hover .rong-last-msg-opt {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 888; }
  .rong-last-message:hover .rong-last-msg-opt input {
    cursor: pointer; }

.rong-last-notify-1 {
  background-color: #f0f0f0; }

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