body, html {
  height: 100%;
  font-family: 'Helvetica Neue',Helvetica,Arial,'Hiragino Sans GB','Microsoft YaHei',sans-serif;
  font-size: 14px;
  line-height: 1.42857143; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  border: none; }

a {
  text-decoration: none; }

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: inherit;
  word-break: break-all; }

.link-style:hover {
  cursor: pointer; }

.clear-both {
  clear: both; }

.single-line {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.chat-page {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.chat-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 0;
  zoom: 1;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), 0 2px 0 0 rgba(0, 0, 0, 0.01);
  height: 60px;
  background: #12b7f5;
  color: #fff; }
  .chat-header .agent-avatar {
    position: absolute;
    display: none;
    width: 34px;
    height: 34px;
    margin: 13px;
    object-fit: cover; }
  .chat-header .agent-info {
    height: 30px;
    line-height: 35px;
    margin-left: 60px;
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    overflow: hidden;
    white-space: nowrap; }
  .chat-header .agent-advertise {
    font-size: 12px;
    line-height: 20px;
    margin-left: 60px;
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    overflow: hidden;
    white-space: nowrap; }
    .chat-header .agent-advertise a {
      text-decoration: none;
      color: #fff; }

#btn-hide-chat {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -moz-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -o-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  right: 16px;
  top: 22px;
  cursor: pointer; }

.pull-right {
  float: right; }

.chat-body {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding-top: 60px;
  padding-right: 208px;
  background-color: #fff; }

.zhini-support {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  text-align: center;
  font-size: 12px;
  color: #9a9a9a;
  height: 20px;
  line-height: 20px; }
  .zhini-support a {
    color: #009de7;
    text-decoration: none; }

.drag-div {
  width: 100%;
  height: 100%;
  opacity: 0.85; }

.body-left {
  position: relative;
  width: 100%;
  height: 100%; }
  .body-left .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0; }
    .body-left .footer .text-holder {
      height: 60px; }
      .body-left .footer .text-holder #textarea {
        display: block;
        width: 100%;
        height: 70px;
        padding: 4px 8px;
        overflow-x: hidden;
        overflow-y: auto;
        resize: none;
        outline: 0;
        background-color: #fff;
        border: 0;
        word-break: break-all;
        font-size: 13px;
        line-height: 17px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .body-left .footer .text-holder #send-btn {
        position: absolute;
        width: 52px;
        height: 28px;
        font-size: 13px;
        line-height: 28px;
        background-color: #12b7f5;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        text-align: center;
        right: 10px;
        bottom: 10px; }
    .body-left .footer .feature-holder {
      height: 32px;
      padding-left: 8px; }
      .body-left .footer .feature-holder .feature-btn {
        float: left;
        display: block;
        height: 32px;
        width: 32px;
        position: relative;
        cursor: pointer; }
        .body-left .footer .feature-holder .feature-btn input {
          position: absolute;
          right: 0;
          top: 0;
          height: 32px;
          width: 32px;
          opacity: 0;
          z-index: -1; }
      .body-left .footer .feature-holder #emoji-btn {
        background: url(https://zhiniplugin.h5bqb.top/customer/widget/static/image/qq_emo_icon.svg) no-repeat center/20px; }
      .body-left .footer .feature-holder #pic-btn {
        background: url(https://zhiniplugin.h5bqb.top/customer/widget/static/image/input_picture_icon.svg) no-repeat center/20px; }
      .body-left .footer .feature-holder #video-btn {
        background: url(https://zhiniplugin.h5bqb.top/customer/widget/static/image/input_video_icon.svg) no-repeat center/20px; }
      .body-left .footer .feature-holder #file-btn {
        background: url(https://zhiniplugin.h5bqb.top/customer/widget/static/image/input_file_icon.svg) no-repeat center/20px; }

.body-right {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 2;
  width: 208px;
  border-left: 1px solid #e0e0e0;
  height: 480px;
  overflow-y: auto; }

@media screen and (max-width: 500px) {
  .chat-body {
    padding-right: 0; }
  .body-right {
    display: none !important; } }

#emoji-dialog {
  position: fixed;
  z-index: 9701;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.wx-emo-img {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: 300px 200px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-image: url(https://static.h5bqb.top/static/images/wx_update_emoji.png); }

.qq-emo-c {
  position: fixed;
  height: fit-content;
  width: 440px;
  background: #fff;
  padding: 10px;
  bottom: 100px;
  z-index: 99;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2); }
  .qq-emo-c .wx-emo-img {
    margin: 2px;
    width: 24px;
    height: 24px;
    background-size: 420px 280px; }

#profile img {
  max-width: 100%;
  border: none;
  vertical-align: inherit; }

.promote-dialog {
  display: none;
  z-index: 9700; }
  .promote-dialog .dialog-mask {
    position: fixed;
    z-index: 9701;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); }
  .promote-dialog .dialog-visible {
    background: #fff;
    position: fixed;
    width: 65%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 4px;
    max-width: 450px;
    z-index: 9702;
    max-height: 100%; }
  .promote-dialog .bottom-btn {
    position: absolute;
    bottom: 2rem;
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap; }
  .promote-dialog .close-icon {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 1.6rem;
    width: 1.6rem;
    line-height: 1.55rem;
    font-size: 1.4rem;
    color: #9a9a9a;
    margin: .8rem;
    padding: 0;
    text-align: center; }
  .promote-dialog .dialog-head {
    padding: 1rem 0.5rem 0;
    font-size: 1rem;
    text-align: center; }
  .promote-dialog .dialog-body {
    color: #9a9a9a;
    padding: 1rem 2rem;
    word-wrap: break-word;
    margin-bottom: 4rem;
    line-height: 1.6rem;
    text-align: center; }
    .promote-dialog .dialog-body p {
      margin-bottom: 0.5rem; }
  .promote-dialog .scroll-body {
    height: 30rem;
    overflow: auto; }
  .promote-dialog .btn-normal {
    margin: 0 1rem;
    min-width: 4rem;
    text-align: center;
    padding: 0.5rem 2rem;
    border-radius: 1px;
    cursor: pointer; }
  .promote-dialog .ok-btn {
    color: #fff;
    background-color: #009de7;
    border: 1px solid #009de7; }
  .promote-dialog .cancel-btn {
    border: 1px solid #ccc; }

.drop-css {
  border: 2px dashed #9a9a9a; }

.drop-div-bg {
  position: absolute;
  top: 40%;
  left: 40%;
  margin-left: -103px;
  color: #9a9a9a;
  font-size: 18px;
  text-align: center;
  display: none; }

.video-play-btn {
  border: 1px solid #fff;
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.2rem 0 0 -1.2rem; }

.video-play-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5rem 0 0 -0.3rem;
  border-width: 0.5rem 0 0.5rem 0.9rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff; }

.v-duration {
  position: absolute;
  bottom: 0.1rem;
  color: #fafafa;
  font-size: 0.9rem;
  right: 0.3rem; }
#msg-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 120px;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  padding: 14px;
  font-size: 13px; }

.message-status {
  position: absolute;
  height: 16px;
  width: 16px;
  left: -30px;
  top: 50%;
  margin-top: -8px; }

.message-tag, #more-history {
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 12px; }
  .message-tag .content, #more-history .content {
    background: #f5f5f5;
    border-radius: 4px;
    color: #9a9a9a;
    padding: 4px 10px;
    display: inline-block; }

#more-history .content {
  background: transparent;
  cursor: pointer; }

.message-item {
  margin-bottom: 20px; }
  .message-item .name {
    color: #9a9a9a; }
  .message-item .message-text {
    position: relative;
    border-radius: 4px;
    padding: 6px 12px;
    display: inline-block;
    background: #f5f5f5;
    overflow: visible;
    max-width: 320px; }
  .message-item .message-img {
    position: relative;
    margin-top: .5rem;
    display: block;
    max-width: 17rem;
    min-width: 5rem;
    max-height: 30rem;
    min-height: 5rem; }
    .message-item .message-img .msg-img {
      max-width: 17rem;
      min-width: 5rem;
      max-height: 30rem;
      min-height: 5rem;
      background: #f5f5f5; }
  .message-item.message-right {
    text-align: right; }
    .message-item.message-right .message-text {
      text-align: left;
      background: rgba(0, 157, 231, 0.2); }
    .message-item.message-right .message-img {
      float: right; }
  .message-item .inner-card-outer {
    position: relative;
    background: #fff;
    display: inline-block; }
    .message-item .inner-card-outer a {
      background: transparent;
      text-decoration: none;
      color: inherit; }
    .message-item .inner-card-outer a:hover {
      color: #12b7f5; }
  .message-item .inner-card {
    text-align: left; }
  .message-item .file-icon {
    float: left;
    height: 30px;
    margin: 2px 8px 0 0;
    width: auto;
    padding: 0; }
  .message-item .file-size {
    color: #9a9a9a; }
  .message-item .content-img {
    height: 44px;
    width: 44px;
    position: absolute;
    bottom: 10px;
    right: 12px;
    background-size: cover;
    background-repeat: no-repeat; }
  .message-item .content-title {
    line-height: 18px;
    max-height: 40px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .message-item .content-des {
    font-size: 12px;
    color: #9a9a9a;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
    width: 166px;
    margin: 8px 0 6px 0;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }

.inner-card {
  width: 240px;
  background: #fff;
  padding: 10px;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e0e0e0; }

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