@import "../css/font/iconfont.css";

.flex-container-md {
    width: 1200px;
    display: flex;
    margin: 0 auto
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    line-height: 20px
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all
}
.service-chat .top-nav {
  /* height: 78px; */
  background-color: #fff;
  display: flex;
  align-items: center;
  
}
.service-chat .top-nav  .service-info {
  text-align: left;
  margin-left: 30px;
  display: flex;
  align-items: center;
  /* padding-top: 16px; */
}
.service-chat .top-nav  .service-info .avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  
}
.service-chat .top-nav  .service-info .avatar img {
  width: 46px;
  height: 46px;
}
.service-chat .top-nav  .service-info .name {
  color: #fff;
  font-size: 16px;
  margin-left: 16px;
}
.flex-container:after{
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
@media screen and (max-width: 1023px) {
  body,html,.indexHome_page {
    background-color: #ededed;
    
  }
  body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
   html {
    font-size: 50px;
    height: 100%;
    width: 100%;
  }
  .indexHome_page {
    width: 1px;
    min-width: 100%;
    overflow: hidden;
    height: 100%;
  }
  .service-chat {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  .service-chat .top-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.88rem;
    flex: 0 0 auto;
  }
  .service-chat .chat-container {
    display: flex;
    position: relative;
    flex:  1 1 0%;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    min-height: 0px;
  }
  .service-chat .chat-container .indexHome_chat-content {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    flex: 1 1 0%;
  }
  .service-chat .chat-container .indexHome_chat-content .scroll_box {
    position: relative;
    min-height: 0px;
    flex: 1 1 0%;

  }
  .service-chat .chat-container .indexHome_chat-content .scroll_box .scroll-container {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden scroll;
  }
  .service-chat .chat-container .indexHome_chat-content .scroll_box .scroll-container .list-view {
    width: 100%;
    align-self: flex-start;
  }
  /* .service-chat .chat-container .indexHome_chat-content .scroll_box .scroll-container .list-view {
    padding: 0 16px 16px 16px;
  } */
  .indexHome_chat-wrap .indexHome_chat-item  {
    margin-top: 0.32rem;
  }
  .indexHome_chat-wrap .indexHome_chat-item .chat_user-avatar {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    float: left;
  }
  .indexHome_chat-wrap .indexHome_chat-item.flex-right .chat_user-avatar {
    float: right;
  }
  .indexHome_chat-wrap .indexHome_chat-item.flex-right .chat_content {
    float: right;
    margin-right: 0.32rem;
    margin-left: 0;
  }
  .indexHome_chat-wrap .indexHome_chat-item.flex-right .chat_content-box {
    border-radius: 6px 0 6px 6px;
  }
  .indexHome_chat-wrap .indexHome_chat-item .chat_user-avatar img {
      width: 0.72rem;
      height: 0.72rem;
      border-radius: 50%
  }

  .indexHome_chat-wrap .indexHome_chat-item .chat_content {
      margin-left: 0.32rem;
      float:left;
  }

  .indexHome_chat-wrap .indexHome_chat-item .chat_content-box {
      line-height: 0.48rem;
      padding: 10px;
      color: #333;
      max-width: 5rem;
      border-radius: 0px 6px 6px 6px;
      background-color: #fff;
      font-size: 0.28rem;
      width: 100%;
      box-sizing: border-box;
  }

  .indexHome_chat-wrap .indexHome_chat-item .chat_content-box img {
      max-width: 100%;
      height: auto
  }

  .indexHome_chat-wrap .indexHome_chat-item .chat_content .chat-time {
      font-size: 12px;
      color: #c5c5c5;
      margin-top: 5px
  }
  .indexHome_chat-wrap .indexHome_chat-item.file .chat_content {
    width: 4.4rem;
  }

  .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box {
    display: flex;
    align-items: center
  }

  .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box .file-icon {
    width: 1rem;
    height: 1rem;
    position: relative;
  }

  .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box .file-icon img {
    width: 1rem;
    position: absolute;
    margin: 0
  }

  .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box .file-icon .circle-box {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .5)
  }

  .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box .file-icon .circle {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    left: 10px;
    top: 10px;
    box-shadow: inset 0 0 0 2px #54c4fd
  }

  .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box .file-icon .circle .ab {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
  }

  .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box .file-icon .circle_left {
    border: 2px solid #546063;
    border-radius: 50%;
    clip-path: inset(0 15px 0 0)
  }

  .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box .file-icon .circle_right {
    border: 2px solid #546063;
    border-radius: 50%;
    clip-path: inset(0 0 0 15px)
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box .file-icon .circle_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px
  }

.indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box .file-icon .font-12 {
    font-size: .24rem;
    color: #666
}

.indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box .left-size {
    width: calc(100% - 50px)
}

.indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box .left-size .file-name {
    height: 40px;
    line-height: 20px
}

.indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.file .chat_content .chat_content-box .left-size .file-size {
    margin-top: 6px
}
.indexHome_chat-content .indexHome_chat-wrap .chat_username {
  margin-bottom: 10px;
}
  .service-chat .top-nav .service-info {
    display: none;
  }
  .nav-title {
    font-size: 0.32rem;
    height: 100%;
    text-align: center;
    line-height: 0.88rem;
    width: 100%;
  }
  .service-chat .chat-container .indexHome_chat-input .emoji-list-p {
    display: none;
  }
  .service-chat .chat-container  .indexHome_chat-input{
    position: relative;
    display: flex;
    max-height: 100%;
    flex-direction: column;
    flex: 0 0 auto;
  }
  .service-chat .indexHome_chat-content .indexHome_chat-item {
    margin-top:16px;
  }
  .service-chat .indexHome_chat-content .load-more {
    text-align: center;
    color: #b2b2b2;
    margin: 0.56rem;
    line-height: 1;
    font-size: 0.24rem;
    display: block;
  }
  .service-chat .indexHome_chat-input .session-operate {
    background-color: #ededed;
  }
  .service-chat .indexHome_chat-input .session-operate span {
    display: inline-block;
    height: 0.6rem;
    background-color: #fff;
    border-radius: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    margin-bottom: 0.16rem;
    margin-left: 0.2rem;
    color: #347DFF;
    cursor: pointer;
  }
  .service-chat .indexHome_chat-input .chat_input-wrap {
    background-color: #f8f8f8;
  }
  .service-chat .indexHome_chat-input .chat_input-wrap .operate-submit {
    display: none;
    /* float: right; */
  }
  .service-chat .indexHome_chat-input .chat_input-wrap .input-wrapper-container {
    float: right;
    width: calc(100% - 1.05rem);
    height: auto;
    margin: 0.16rem 0 0.12rem 0.24rem;
    /* background-color: #fff; */
  }
  .service-chat .indexHome_chat-input .chat_input-wrap .input-wrapper-container .send{
    display: inline-block!important;
    width: 1rem;
    margin-left: 0.2rem;
    font-size: 0.28rem;
    /* color: #347DFF; */
    background-color: #347DFF;
    float: left;
    margin-top: 3px;
    margin-right: 0.12rem;
  }
  .service-chat .indexHome_chat-input .chat_input-wrap .editText {
    background-color: #fff;
    width: calc(100% - 1.34rem);
    /* margin: 0.16rem 0 0.12rem 0.2rem; */
    height: auto;
    padding: 0.12rem 0.2rem;
    line-height: 0.48rem;
    font-size: 0.32rem;
    box-sizing: border-box;
    min-height: 0.72rem;
    max-height: 2.64rem;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    /* border-radius: 0.36rem; */
    /* float: right; */
    -webkit-user-select:text;
    border: none;
    box-shadow: none;
  }
  .indexHome_chat-input .chat_input-wrap .editText:focus {
      outline: none
  }

  .indexHome_chat-input .chat_input-wrap .editText:empty::before {
      content: attr(placeholder);
      color: #666
  }

  .indexHome_chat-input .chat_input-wrap .editText:focus:empty::before {
      content: ""
  }

  .service-chat .indexHome_chat-input .chat_input-wrap .operate {
    width: 0.8rem;
    box-sizing: border-box;
    padding:0.24rem 0.24rem 0.28rem 0;
    float: right;
  }
  /* .service-chat .indexHome_chat-input .chat_input-wrap .operate .send {
    display: block!important;
    width: 1.4rem;
    margin-left: 0.2rem;
    background-color: #347DFF;
  } */
  .service-chat .indexHome_chat-input .chat_input-wrap .operate .icon-wrap .icon-box {
    margin-left: 0.08rem;
    margin-right: 0;
    display: none;
  }
  .service-chat .indexHome_chat-input .chat_input-wrap .operate .icon-wrap #upload {
    display: inline-block;
    cursor: pointer;
  }
  .service-chat .indexHome_chat-input .chat_input-wrap .operate .icon-wrap #upload .iconfont {
    font-size: 0.54rem;
    color: #666;
  }
  .service-chat .indexHome_chat-input .chat_input-wrap .operate .icon-wrap {
    border-right: 0;
    margin-right: 0;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
  }
  /* 弹框样式 */
  .demo-upload-image {
    border-radius: 10px !important;
    overflow: hidden;
  }
  .demo-upload-image .layui-layer-title {
    height: 0.72rem;
    line-height: 0.72rem;
    background-color: #fff;
    border-bottom-width: 0px;
  }
   #session-dialog {
    text-align: center;
  }
  #session-dialog .dialog-title, .demo-upload-image  .dialog-title{
    color: #191919;
    font-size: 0.32rem;
    font-weight: 600;
    text-align: center;
  }
  #session-dialog .dialog-content .dialog-content-text, .demo-upload-image .dialog-content .dialog-content-text {
    font-size: 0.28rem;
    color: #7F7F7F;
    margin-top: 16px;
  }
  .demo-upload-image .layui-layer-btn .layui-layer-btn0{
    border-width: 0;
    color: #347DFF;
    background-color:rgba(52,125,255, 0.1) ; 
    border-radius: 0.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    box-sizing: border-box;
    padding: 0 0.8rem;
  }
  .demo-upload-image .layui-layer-btn .layui-layer-btn1{
    border-width: 0;
    color: #fff;
    background-color:#347DFF; 
    border-radius: 0.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    box-sizing: border-box;
    padding: 0 0.8rem;
  }
  .demo-comment-image .layui-layer-title {
    height: 0.88rem;
    line-height: 0.88rem;
    border-bottom: 0;
    background-color: #fff;
  }
  .demo-comment-image .layui-layer-content {
    text-align: left;
  }
  .demo-upload-image .layui-layer-content {
    padding: 0 0.48rem;
  }
  .demo-comment-image .layui-layer-btn .layui-layer-btn0 {
    border-width: 0;
    color: #fff;
    background-color:#347DFF; 
    border-radius: 0.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    box-sizing: border-box;
    padding: 0 0.8rem;
  }
  .demo-comment-image .layui-layer-content {
    font-size: 0.28rem;
    color: #7F7F7F;
    line-height: 0.48rem;
  }
  #comment-dialog .dialog-content .comment-box .comment-star {
    display: flex;
    justify-content: space-around;
    margin-top: 0.32rem;
  }
  #comment-dialog .dialog-content .comment-box .comment-star .star-one .star {
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
  }
  #comment-dialog .dialog-content .comment-box .comment-star .star-one.a .star {
    background-image: url('../img/level-a.png');
  }
  #comment-dialog .dialog-content .comment-box .comment-star .star-one.b .star {
    background-image: url('../img/level-b.png');
  }
  #comment-dialog .dialog-content .comment-box .comment-star .star-one.c .star {
    background-image: url('../img/level-c.png');
  }
  #comment-dialog .dialog-content .comment-box .comment-star .star-one.a.default .star {
    background-image: url('../img/m_level-a.png');
  }
  #comment-dialog .dialog-content .comment-box .comment-star .star-one.b.default .star {
    background-image: url('../img/m_level-b.png');
  }
  #comment-dialog .dialog-content .comment-box .comment-star .star-one.c.default .star {
    background-image: url('../img/m_level-c.png');
  }
  #comment-dialog .dialog-content .comment-box .comment-star span {
    display: block;
  }
  #comment-dialog .dialog-content .comment-box .comment-star span:last-child {
    font-size: 0.26rem;
    color: #191919;
    margin-top: 0.12rem;
    text-align: center;
  }
  #comment-dialog .dialog-content .comment-box .comment-area textarea{
    border-width: 0;
    background-color: #f8f8f8 ;
    padding: 0.22rem;
    box-sizing: border-box;
    height: 1.8rem;
    margin-top: 0.32rem;
    width: 100%;
  }
  #comment-dialog .dialog-content .dialog-content-text {
    text-align: center;
  }
  .mobile_liuyan.layui-layer {
     background-color: #fff;
     border-radius: 8px ;
  }
  .mobile_liuyan .layui-layer-title{
    background-color: #fff;
    border-bottom: 0;
    font-size: 16px;
    height:  44px;
    padding: 20px 24px 0;
    text-align: center;
    line-height: 44px;
    border-radius: 8px 8px 0 0;
  }
  .mobile_liuyan .form-content {
    padding: 0 24px;
  }
  .mobile_liuyan .form-content .tip {
    color: #b2b2b2;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
  }
  .mobile_liuyan .form-content .form-item {
    position: relative;
  }
  .mobile_liuyan .form-content .form-item .label {
    display: block;
    font-size: 13px;
    margin-top: 16px;
    line-height: 1;
    color: #666;
    
    
  }
  .mobile_liuyan .form-content .form-item[required] .label::before{
    content: '*';
    color: #F93C65;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 13px;
    line-height: 1;
  }
  .mobile_liuyan .form-content .form-item .form-item-control {
    margin-top: 10px;
    width: 100%;
  }
  .mobile_liuyan .form-content .form-item .form-item-control input{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-width: 0px;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    outline: none;
    padding: 0 10px;
    border: 1px solid #eee;
  }
  .mobile_liuyan .form-content .form-item .form-item-control .input-box_textarea {
    border-width: 0;
    outline: none;
    height: 144px;
    border: 1px solid #eee;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .mobile_liuyan .form-content .form-item .error-msg {
    position: absolute;
    color: #F93C65;
    font-size: 12px;
    bottom: -15px;
  }

}

@media screen and (min-width: 1024px) {
  body {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    box-sizing: border-box;
    background: linear-gradient( 90deg, #CFE0FF 0%, #C9C9FF 100%);
  }
  html {
    height: 100%;
    width: 100%;
    overflow-wrap: break-word;
  }

  .indexHome_page {
    height: 100%;
     box-sizing: border-box;
    /* min-height: 800px; */
  }
  .service-chat {
    width: 840px;
    /* height: 770px; */
    margin: 0 auto;
    /* margin-top: 84px; */
    border-radius: 8px;
    overflow: hidden;
    background-color: #f8f8f8;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .service-chat .chat-container {
    display: flex;
    position: relative;
    flex: 1 1 0%;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    min-height: 0px;
  }
  @media (max-height: 800px) {
   .indexHome_page {
      padding-top: 0;
    }
    .service-chat {
      height: 740px;
    }
  }
  @media (min-height: 800px) and (max-height: 909px) {
    .indexHome_page {
        padding-top: 30px;
       
    }
    .service-chat {
      height: 770px;
    }
  }
  @media (min-height: 910px) {
    .indexHome_page {
        padding-top: 54px;
    }
    .service-chat {
      height: 800px;
    }
  }
  .service-chat .chat-container .indexHome_chat-content {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    flex: 1 1 0%;
  }
  .service-chat .chat-container .indexHome_chat-content .scroll_box {
    position: relative;
    min-height: 0px;
    flex: 1 1 0%;

  }
  .service-chat .chat-container .indexHome_chat-content .scroll_box .scroll-container {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden scroll;
  }
  .service-chat .chat-container .indexHome_chat-content .scroll_box .scroll-container .list-view {
    width: 100%;
    align-self: flex-start;
  }
  .service-chat .top-nav {
    height: 78px;
    background-color: #347DFF;
    flex: 0 0 auto;
  }
  .service-info {
    display: flex;
  }
  .service-chat .top-nav .service-info .online {
    background-color: #D8F6E6;
    width: 40px;
    height: 20px;
    border-radius: 4px;
    text-align: center;
    color: #3ED183;
    margin-left: 12px;
  }
  .service-chat .top-nav .left-back {
    display: none;
  }
  .service-chat .top-nav .nav-title {
    display: none;
  }
 
  .service-chat .indexHome_chat-input {
    height: auto;
    border-top: 0;
    flex: 0 0 auto;
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 840px; */
  }
  .service-chat .indexHome_chat-input .chat_input-wrap {
    border-top: 1px solid #e7e7e7;
    height: 170px;
  }
  .service-chat .indexHome_chat-input .emoji-list-p {
    display: none;
  }
  .service-chat .indexHome_chat-input .session-operate {
    padding-left: 20px
  }
  .service-chat .indexHome_chat-input .session-operate span {
    display: inline-block;
    height: 30px;
    background-color: #fff;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 12px;
    margin-left: 10px;
    color: #347DFF;
    cursor: pointer;
  }
  .service-chat .indexHome_chat-input .chat_input-wrap .operate {
    line-height: 22px;
    height: 22px;
    padding: 16px 28px 0px;
    /* line-height: 24px */
  }
  .service-chat .indexHome_chat-input .chat_input-wrap .icon-wrap {
    border-right: 0px;
    display: inline-block;
    height: 22px;
    margin-right: 18px;
  }
  .service-chat .indexHome_chat-input .chat_input-wrap .operate .icon-box {
    display: inline-block;
    height: 22px;
    margin-right: 18px;
    position: relative;
    cursor: pointer
  }
  .indexHome_chat-input .chat_input-wrap .operate .iconfont {
    font-size: 22px;
    color: #666
  }
  .service-chat .indexHome_chat-input .chat_input-wrap .operate .icon-box.open .img-icon {
    display: block
  }

  .service-chat .indexHome_chat-input .chat_input-wrap .operate .icon-box .img-icon {
    height: 97px;
    width: 200px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    display: none
  }
  .indexHome_chat-input .chat_input-wrap .editText:focus {
    outline: none
  }

  .indexHome_chat-input .chat_input-wrap .editText:empty::before {
      content: attr(placeholder);
      color: #666
  }

  .indexHome_chat-input .chat_input-wrap .editText:focus:empty::before {
      content: ""
  }
  .indexHome_chat-input .chat_input-wrap .operate-submit {
    text-align: right;
    margin: 5px 28px
  }
  .service-chat .indexHome_chat-input .chat_input-wrap .operate .icon-box .img-icon::-webkit-scrollbar {
    width: 6px
  }

  .service-chat .indexHome_chat-input .chat_input-wrap .operate .icon-box .img-icon::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px
  }

  .service-chat .indexHome_chat-input .chat_input-wrap .operate .icon-box .img-icon::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff
  }
  
  .service-chat .indexHome_chat-content .load-more {
    text-align: center;
    color: #b2b2b2;
    margin: 28px;
    line-height: 1;
    font-size: 12px;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item {
    margin-top: 0px
    /* padding-top: 28px; */
  }
 
  .service-chat .indexHome_chat-content .indexHome_chat-item .chat_content-box .file-icon {
    width: 80px;
    height: auto;
  }
  .service-chat .indexHome_chat-content .indexHome_chat-item .chat_content-box {
    background-color: #fff;
    overflow-x: auto;

  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
  }

  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_user-avatar img {
      width: 36px;
      height: 36px;
      border-radius: 50%
  }

  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content {
      margin-left: 16px;
      float: left;
  }

  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content-box {
      line-height: 24px;
      padding: 10px;
      color: #333;
      max-width: 592px;
      background-color: #fff;
      border-radius: 0px 6px 6px 6px;
      max-height: 334px;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.flex-right {
    justify-content: flex-end;
    display: flex;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.flex-right .chat_user-avatar{
    float: right;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.flex-right .chat_content {
      float: right;
      margin-left: 0;
      margin-right: 16px;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.flex-right .chat_content-box {
      border-radius:  6px 0 6px 6px;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.flex-right .chat-time {
    text-align: right
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content-box img {
      max-width: 100%;
      height: auto
  }

  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content .chat-time {
      font-size: 12px;
      color: #c5c5c5;
      margin-top: 5px
  }
  .service-chat .indexHome_chat-content .scroll-container::-webkit-scrollbar {
    width: 6px;
  }
  .service-chat .indexHome_chat-content .scroll-container::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
  }
  .service-chat .indexHome_chat-content .scroll-container::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .service-chat .indexHome_chat-content .indexHome_chat-item .chat_content-box::-webkit-scrollbar {
    width: 6px;
  }
  .service-chat .indexHome_chat-content .indexHome_chat-item .chat_content-box::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
  }
  .service-chat .indexHome_chat-content .indexHome_chat-item .chat_content-box::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .service-chat .indexHome_chat-input .chat_input-box {
    display: none;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.file .chat_content-box .file-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.file .chat_content{
    width: 220px;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.file .chat_content-box {
    display: flex;
    align-items: center;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content .left-size {
    display: inline-block;
    width: calc(100% - 50px);
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content .file-icon {
    width: 50px;
    height: 50px;
    position: relative;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content-box .file-icon img{
    width: 50px;
    position: absolute;
    margin: 0;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content-box .file-icon .circle-box {
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);

  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content-box .file-icon .circle {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    left: 10px;
    top:10px;
    box-shadow: inset 0 0 0 2px #54c4fd;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content-box .file-icon .circle .ab {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content-box .file-icon .circle_left {
    border: 2px solid #546063;
    border-radius: 50%;
    
    clip-path: inset(0 15px 0 0);
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content-box .file-icon .circle_right {
    border: 2px solid #546063;
    border-radius: 50%;
    
    clip-path: inset(0 0 0 15px);
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content-box .file-name {
    max-height: 40px;
    line-height: 20px;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content-box .file-size {
    margin-top: 6px;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content-box .file-icon .circle_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.file .font-12 {
    font-size: 12px;
    color: #666;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_content-box .preview-img {
    max-width: 400px;
    height: auto;
  }
  .indexHome_chat-content .indexHome_chat-wrap .chat_username {
  margin-bottom: 6px;
  }
  /* 撤回引用 */
  .emoji {
    width: 24px;
    height: 24px;
  }
  #quote-hidden .quote-canvas {
    background-color: #eee;
    display: flex;
    padding: 5px 10px;
    max-width: 200px;
    overflow: hidden;
  }
  #quote-hidden .quote-canvas .kname{
      display: inline-block;
      font-size: 12px;
      color: #666;
      width: 40px;
  }
  #quote-hidden .quote-canvas .quote-container {
      width: calc(100% - 40px);
      background-color: #eee;
  }
  #quote-hidden .quote-canvas .quote-container .img-msg {
      width: auto !important;
      height: 50px;
  }
  #quote-hidden .quote-canvas .quote-container .fileE {
      display: flex;
      color: #666;
      font-size: 12px;
      width: 100%;
  }
  #quote-hidden .quote-canvas .quote-container .chat_content-box {
      color: #666 !important;
      font-size: 12px;
      word-break: break-all;
      line-height: 18px;
  }
  #quote-hidden .quote-canvas .quote-container .chat_content-box .emoji {
      width: 19px;
      height: 19px;
  }
  #quote-hidden .quote-canvas .quote-container .chat_content-box.ellip {
      overflow: hidden;
      height: 36px;
      position: relative;
  }
  #quote-hidden .quote-canvas .quote-container .chat_content-box.ellip::after {
    content: "...";
    position: absolute;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    right: 0;
    bottom: 0;
    background-color: #eee;
  }
  #quote-hidden .quote-canvas .quote-container .fileE .file-name {
      /* display: inline-block; */
      width: 90px;
      height: 40px;
  }
  #quote-hidden .quote-canvas .quote-container .fileE .file-icon img {
      width: 50px;
      height: auto;
      max-width: 50px;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_info {
    display: inline-block;
    position: relative;
    padding-top: 32px;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_info:hover .quote{
    display: block;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .chat_info:hover .withdraw{
    display: block;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .withdraw {
      color:#333;
      position: absolute;
      display: none;
      top: 2px;
      width: 26px;
      height: 26px;
      background-color: #fff;
      background-image: url('../img/withdraw.png');
      background-position: center center;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      cursor: pointer;

  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .quote{
      right:0;
      top: 27px;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item .quote {
      color:#333;
      position: absolute;
      display: none;
      /* left: 40px; */
      width: 26px;
      height: 26px;
      background-color: #fff;
      background-image: url('../img/message.png');
      background-position: center center;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      cursor: pointer;
  }
  .indexHome_chat-content .indexHome_chat-wrap .indexHome_chat-item.flex-right .quote{
      left: 35px;
      top: 2px;
  }
  /* 粘贴样式 */
  .editText .preview-img {
    vertical-align: bottom;
    font-size: 14px;
    line-height: 19px;
    width: auto;
    height: 80px;
    max-width: 100px;
  }
  /* 粘贴文件样式 */
  #paste-box .paste-box {
    height: 40px;
    background: #fff;
    width: 200px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    padding: 5px;
  }
   #paste-box .paste-box .left-box {
    width: calc(100% - 50px)
  }
  #paste-box .paste-box .file-icon {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  #paste-box .paste-box .left-box .file-name {
    font-size: 13px;
    width: 100%;
    overflow: hidden;
  }
   #paste-box .paste-box .left-box .file-size {
    font-size: 14px;
    margin-top: 5px;
  }
  /* layer样式 */
  .pc_conversation.layui-layer {
    border-radius: 8px;
    overflow: hidden;
  }
  .pc_conversation.layui-layer .layui-layer-title {
    background-color: #fff;
    border-bottom: 0px;
    padding: 15px 32px 0;
    font-size: 16px;
    color: #333;
    font-weight: 600;
  }
  .pc_conversation.layui-layer .layui-layer-content {
    padding:0 32px;
    color: #666;
  }
  .pc_conversation.layui-layer .layui-layer-btn {
    padding: 0 15px 32px;
  }
  .pc_conversation.layui-layer .layui-layer-btn.layui-layer-btn-r .layui-layer-btn0 {
    border-color:#e7e7e7;
    border-radius:  4px;
    color: #333;
    background-color: #e7e7e7;
    height: 30px;
    line-height: 30px;
  }
  .pc_conversation.layui-layer .layui-layer-btn.layui-layer-btn-r .layui-layer-btn1 {
    border-color: #347DFF;
    background-color: #347DFF;
    border-radius: 4px;
    color: #fff;
    height: 30px;
    line-height: 30px;
  }
  .pc_comment.layui-layer .layui-layer-content .dialog-title {
    display: none;
  }
  .pc_comment.layui-layer .layui-layer-content .dialog-content-text {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    line-height: 1;
  }
  .pc_comment.layui-layer .layui-layer-content .comment-star {
    display: flex;
    justify-content: space-around;
  }
  .pc_comment.layui-layer .layui-layer-content .comment-star .star-one .star {
    width: 56px;
    height: 56px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 56px 56px;
    display: inline-block;
    cursor: pointer;
  }
  .pc_comment.layui-layer .layui-layer-content .comment-star .star-one.a .star{
    background-image: url('../img/pc_level-a.png');
  }
  .pc_comment.layui-layer .layui-layer-content .comment-star .star-one.b .star{
    background-image: url('../img/pc_level-b.png');
  }
    .pc_comment.layui-layer .layui-layer-content .comment-star .star-one.c .star{
    background-image: url('../img/pc_level-c.png');
  }
  .pc_comment.layui-layer .layui-layer-content .comment-star .star-one.a.default .star{
    background-image: url('../img/level-a-default.png');
  }
  .pc_comment.layui-layer .layui-layer-content .comment-star .star-one.b.default .star{
    background-image: url('../img/level-b-default.png');
  }
    .pc_comment.layui-layer .layui-layer-content .comment-star .star-one.c.default .star{
    background-image: url('../img/level-c-default.png');
  }
  .pc_comment.layui-layer .layui-layer-content .comment-star span:last-child {
    display: block;
    text-align: center;
    line-height: 1;
  }
  .pc_comment.layui-layer .layui-layer-content .comment-star span:last-child {
    margin-top: 10px;
    color: #191919;
  }
  .pc_comment.layui-layer .layui-layer-content .comment-area textarea {
    border-width: 0;
    background-color: #f8f8f8;
    width: 100%;
    height: 140px;
    overflow: auto;
    border-radius: 4px;
    padding: 12px;
    box-sizing: border-box;
    padding: 12px;
    margin-top: 20px;
  }
  .pc_conversation.layui-layer .layui-layer-btn.layui-layer-btn-c .layui-layer-btn0 {
    border-color: #347DFF;
    background-color: #347DFF;
    border-radius: 4px;
    color: #fff;
    height: 30px;
    line-height: 30px;
  }
  .pc_comment_top.layui-layer{
    padding-top: 32px;
    box-sizing: border-box;
  }
  .pc_comment_top.layui-layer .layui-layer-content {

  }
  .emojiStyle .layui-layer-content .img-icon {
    height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .emojiStyle .layui-layer-content .img-icon::-webkit-scrollbar {
      width: 3px;
  }
  .emojiStyle .layui-layer-content .img-icon::-webkit-scrollbar-thumb {
          background-color: #0003;
          border-radius: 10px;
        }
  .emojiStyle .layui-layer-content .img-icon::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
  }
  .emojiStyle .layui-layer-content .img-icon div span {
    width: 34px;
    margin:0 calc((10% - 34px) / 2);
    display: inline-block;
    padding: 5px 0;
    text-align: center;
  }
  .emojiStyle .layui-layer-content .img-icon div span:hover {
    background-color: rgba(0,0,0,0.1);
    border-radius: 2px;
  }
  .indexHome_chat-input .chat_input-wrap .editText {
    overflow-y: auto;
    height: 72px;
    margin: 10px 28px 0 28px;
    max-height: 72px;
    cursor: text;
  }
  .indexHome_chat-input .chat_input-wrap .editText::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
  }
  .indexHome_chat-input .chat_input-wrap .editText::-webkit-scrollbar-thumb {
     background-color: #0003;
          border-radius: 10px;
  }
  .indexHome_chat-input .chat_input-wrap .editText::-webkit-scrollbar {
     width: 3px;
  }
  .editText img.emoji {
    /* user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none; */
  }
  .emojiStyle.layui-layer .layui-layer-content {
    padding: 8px 8px 8px 15px;
    /* display: flex;
    justify-content: space-around; */
  }
  .pc_liuyan.layui-layer {
     background-color: #fff;
     border-radius: 8px ;
  }
  .pc_liuyan .layui-layer-title{
    background-color: #fff;
    border-bottom: 0;
    font-size: 16px;
    height:  72px;
    padding: 0 32px;
    line-height: 72px;
    border-radius: 8px 8px 0 0;
  }
  .pc_liuyan .form-content {
    padding: 0 32px;
  }
  .pc_liuyan .form-content .tip {
    color: #b2b2b2;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    margin-top: -4px;
  }
  .pc_liuyan .form-content .form-item {
    position: relative;
  }
  .pc_liuyan .form-content .form-item .label {
    display: block;
    margin-top: 20px;
    line-height: 1;
    color: #666;
    
    
  }
  .pc_liuyan .form-content .form-item[required] .label::before{
    content: '*';
    color: #F93C65;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 14px;
    line-height: 1;
  }
  .pc_liuyan .form-content .form-item .form-item-control {
    margin-top: 10px;
    width: 100%;
  }
  .pc_liuyan .form-content .form-item .form-item-control input{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-width: 0px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    outline: none;
    padding: 0 15px;
    border: 1px solid #eee;
  }
  .pc_liuyan .form-content .form-item .form-item-control .input-box_textarea {
    border-width: 0;
    outline: none;
    height: 144px;
    border: 1px solid #eee;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
  }
  .pc_liuyan .form-content .form-item .error-msg {
    position: absolute;
    color: #F93C65;
    font-size: 12px;
    bottom: -18px;
  }
  .demo-upload-image .layui-layer-title {
    background-color: #fff;
    border-bottom-width: 0px
}

.demo-upload-image .layer-main.upload-images {
    padding-bottom: 20px
}

.demo-upload-image .layer-main.upload-images .contact {
    display: flex;
    padding: 0 0px 10px 0;
    margin: 0 15px;
    border-bottom: 1px solid #eee;
    align-items: center
}

.demo-upload-image .layer-main.upload-images .contact img {
    width: 48px;
    height: 48px
}

.demo-upload-image .layer-main.upload-images .contact .name {
    margin-left: 10px
}

.demo-upload-image .layer-main.upload-images .preview-wrapper {
    margin: 0 15px;
    min-height: 260px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

.demo-upload-image .layer-main.upload-images .preview-wrapper::-webkit-scrollbar {
    width: 6px
}

.demo-upload-image .layer-main.upload-images .preview-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px
}

.demo-upload-image .layer-main.upload-images .preview-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff
}

.demo-upload-image .layer-main.upload-images .preview-wrapper .preview-box .preview-img {
    display: flex;
    margin: 25px 0
}

.demo-upload-image .layer-main.upload-images .preview-wrapper .preview-box .preview-img img {
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.demo-upload-image .layer-main.upload-images .preview-wrapper .preview-box .preview-img .preview-img-info {
    width: calc(100% - 130px)
}

.demo-upload-image .layer-main.upload-images .preview-wrapper .preview-box .preview-img .preview-img-info .file-name {
    width: 100%;
    font-size: 14px
}

.demo-upload-image .layer-main.upload-images .preview-wrapper .preview-box .preview-img .preview-img-info .file-size {
    color: #666;
    font-size: 12px;
    margin-top: 15px
}

.demo-upload-image .layer-main.upload-images .preview-wrapper .preview-box .preview-img .preview-operate {
    line-height: 50px;
    opacity: 0;
    cursor: pointer
}

.demo-upload-image .layer-main.upload-images .preview-wrapper .preview-box .preview-img .preview-operate:hover {
    opacity: 1
}

.demo-upload-image .layer-main.upload-images .layer-bottom {
    padding: 0 20px;
    text-align: center
}
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
  }