/* 遮罩层 */
.zzc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
  }
  /* 交流弹框 */
  .jl-tk-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 12rem;
    height: 7.5rem;
    background-color: #fff;
    border-radius: 0.2rem;
    display: flex;
    overflow: hidden;
    transform: translate(-50%);
    margin-top: -3.7rem;
  }
  /*搜索框*/
  .tk-left-user {
    border-right: 0.01rem solid #aaaaaa;
    width: 3.83rem;
    height: 7.5rem;
    overflow-y: auto;
  }
  .tk-l-t {
    border: 0.01rem solid #000;
    position: relative;
    width: 3rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    margin: 0.3rem;
  }
  .tk-l-t input {
    width: 2.85rem;
    height: 0.4rem;
    border: none;
    outline: none;
    display: block;
    border-radius: 0.2rem;
    padding: 0 0.6rem 0 0.2rem;
  }
  .serch-icon {
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    position: absolute;
    top: 0.07rem;
    right: 0.2rem;
  }
  .serch-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  /* 聊天列表 */
  
  .ltuser-list {
    display: flex;
    align-items: center;
    padding: 0.2rem 0.3rem;
    cursor: pointer;
    border-radius: 0.1rem;
    position: relative;
  }
  .ltuser-list-active {
    background-color: #f5f5f5;
  }
  .ltuser-img {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    overflow: hidden;
  }
  .ltuser-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .ltuser-xtxx-num {
    position: absolute;
    top: 0.21rem;
    left: 0.74rem;
    font-size: 0.12rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ffffff;
    width: 0.18rem;
    height: 0.18rem;
    background: #e60012;
    border-radius: 50%;
  }
  .ltuser-rbox {
    flex: 1;
    margin-left: 0.1rem;
  }
  .ltuser-rt {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ltuser-rt p:first-child {
    font-size: 0.2rem;
  }
  .ltuser-rt p:last-child {
    font-size: 0.15rem;
    color: #999999;
  }
  .ltuser-rb {
    font-size: 0.17rem;
    color: #999999;
  }
  
  /* 右边 */
  .tk-right-user {
    flex: 1;
    position: relative;
  }
  .tk-right-user-close {
    position: absolute;
    top: 0.1rem;
    right: 0.24rem;
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
  }
  .tk-right-user-name {
    font-size: 0.2rem;
    padding: 0.12rem 0.14rem;
    border-bottom: 0.01rem solid #f5f5f5;
  }
  #chat-container {
    height: 5.8rem;
    overflow: auto;
    /* visibility: hidden; */
  }
  .chat-container-loadding {
    font-size: 0.16rem;
    margin: 0.24rem 0 0.12rem;
    color: black;
  }
  .liaotian-box {
    margin: 0.4rem 1rem 0.7rem 0.5rem;
  }
  .left-ltbox {
    display: flex;
    justify-content: flex-end;
    margin: 0.4rem 0.5rem 0.7rem 1rem;
  }
  .lt-box-t {
    display: flex;
    align-items: center;
  }
  .lt-box-img {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
  }
  .lt-box-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .lt-box-neir {
    font-size: 0.18rem;
    max-width: 4.5rem;
    /* min-width: 2rem; */
    background-color: #f2f2f2;
    padding: 0.2rem;
    border-radius: 0.2rem;
    margin-left: 0.1rem;
    position: relative;
  }
  .lt-box-time {
    font-size: 0.16rem;
    color: #999999;
    position: absolute;
    bottom: -0.3rem;
    left: 0.1rem;
    width: 3rem;
  }
  .left-time {
    font-size: 0.16rem;
    color: #999999;
    position: absolute;
    bottom: -0.3rem;
    right: 0.1rem;
    width: 3rem;
    text-align: right;
  }
  .r-neir {
    margin-left: 0;
  }
  .add-bg-color {
    background-color: #f7e8f0;
  }
  .r-img {
    margin-left: 0.1rem;
  }
  
  .shuru-neir {
    height: 1.4rem;
    position: absolute;
    bottom: 0;
    width: 8.2rem;
    background-color: #f5f5f5;
    border-top: 0.01rem solid #aaaaaa;
    border-bottom-right-radius: 0.2rem;
    padding: 0.32rem;
  }
  .shuru-ingput {
    flex: 1;
    box-sizing: border-box;
    margin-right: 0.24rem;
  }
  .shuru-ingput textarea {
    width: 100%;
    height: 100%;
    font-size: 0.18rem;
    display: block;
    outline: none;
    border: none;
    background-color: #f5f5f5;
    resize: none;
  }
  .shuru-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.18rem;
    color: #999999;
    padding: 0.22rem 0.3rem 0 0.3rem;
  }
  .shuru-icon p:nth-child(2) {
    display: flex;
  }
  .shuru-icon p:nth-child(2) span {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    margin-left: 0.15rem;
  }
  .shuru-icon p:nth-child(2) span img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  
  .shuru-right .img-icon {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.16rem;
    cursor: pointer;
  }
  .shuru-right .img-icon:last-child {
    margin-right: 0;
  }
  .emoji-Bigbox {
    display: none;
    position: absolute;
    left: -4rem;
    bottom: 0.3rem;
    width: 4rem;
    height: 2rem;
    overflow: auto;
    box-sizing: content-box;
    padding: 0.12rem;
    border: 0.02rem solid #ccc;
    background: white;
    border-radius: 0.2rem;
  }
  .emoji-Bigbox-show {
    display: block;
  }
  .emoji-box {
    display: inline-block;
    width: 0.302rem;
    height: 0.3rem;
    font-size: 0.22rem;
    transition: all 0.2s;
    cursor: pointer;
  }
  .emoji-box:hover {
    transform: scale(1.2);
  }
  