* {
  padding: 0;
  margin: 0;
}
body {
  background: #fff;
}
.box {
  position: relative;
}
.chat_body {}

.chat_box {
  width: 80%;
  max-width: 1080px;
  min-width: 500px;
  height: 532px;
  height: 80vh;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10%);
  color: #444;
  border: 0px solid #D9D9D9;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(28, 31, 33, 0.1);
}
.chat_tit {
  width: 100%;
  height: 80px;
  display: flex;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
}
.chat_tit .chat_tit_left {
  padding-top: 15px;
  padding-left: 20px;
}
.chat_tit .chat_tit_left img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.chat_tit .chat_tit_tit {
  font-size: 18px;
  margin-left: 10px;
  padding-top: 15px;
  transform: translateY(4px);
}
.chat_tit .chat_tit_tit .chat_tit_num {
  color: #999;
}
.chat_tit .chat_tit_tit .chat_tit_num .layui_tit {
  margin-left: 8px;
  display: inline-block;
  transform: translateY(-2px);
}
.chat_tit .chat_tit_tit .chat_tit_num .layui_down {
  cursor: pointer;
}
.chat_body {
  width: 100%;
  height: calc(80vh - 234px);
  padding: 15px;
  box-sizing: border-box;
  overflow-y: auto;
  position: relative;
}
.chat_body .chat_list_l {
  text-align: right;
  margin-bottom: 15px;
}
.chat_body .chat_list_l .chat_list_user_l {
  text-align: right;
  position: relative;
}
.chat_body .chat_list_l .chat_list_user_l img {
  position: absolute;
  left: auto;
  right: 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.chat_body .chat_list_l .chat_list_user_l .chat_list_msg {
  position: absolute;
  font-size: 12px;
  left: auto;
  right: 55px;
  color: #999;
}
.chat_body .chat_list_l .chat_list_user_l .chat_list_msg .chat_list_time {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
  padding-top: 5px;
}
.chat_body .chat_list_l .chat_list_text_l {
  background: #5FB878;
  display: inline-block;
  margin-left: 0;
  text-align: left;
  color: #fff;
  font-weight: 400;
  padding: 8px 15px;
  margin-top: 25px;
  margin-right: 60px;
  border-radius: 3px;
  word-break: break-all;
  line-height: 18px;
  position: relative;
  min-height: 10px;
}
.chat_body .chat_list_l .chat_list_text_l .chat_msg_cry {
  width: 32px;
  margin: 0 3px;
}
.chat_body .chat_list_l .chat_list_text_l .chat_msg_big_img {
  max-width: 100%;
  border-radius: 5px;
}
.chat_body .chat_list_l .chat_list_text_l::after {
  left: auto;
  right: -9px;
  border-top-color: #5FB878;
  content: '';
  position: absolute;
  /* left         : -10px; */
  top: 13px;
  width: 0;
  height: 0;
  border-style: solid dashed dashed;
  border-color: #5FB878 transparent transparent;
  overflow: hidden;
  border-width: 10px;
  z-index: 0;
}
.chat_body .chat_list_r {
  text-align: left;
  padding-left: 10px;
}
.chat_body .chat_list_r .chat_list_user_l .chat_list_msg {
  right: auto;
  left: 52px;
}
.chat_body .chat_list_r .chat_list_user_l .chat_list_msg .chat_list_time {
  padding-right: 0px;
  padding-left: 10px;
}
.chat_body .chat_list_r .chat_list_user_l img {
  left: 0;
}
.chat_body .chat_list_r .chat_list_text_l {
  margin-right: 0;
  margin-left: 58px;
  background: #E2E2E2;
  color: #333;
  min-height: 10px;
}
.chat_body .chat_list_r .chat_list_text_l::after {
  left: -9px;
  right: auto;
  border-top-color: #E2E2E2;
}
.chat_body::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
/*滚动条里面小方块样式*/
.chat_body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #67EACA;
}
/*滚动条里面轨道样式*/
.chat_body::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.chat_in {
  border-top: 1px solid #F5F5F5;
  position: relative;
}
.chat_in .chat_in_tool {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
  box-sizing: border-box;
}
.chat_in .chat_in_tool span {
  font-size: 20px;
  margin: 0 5px;
}
.chat_in .chat_in_tool .layim-tool-log {
  position: absolute;
  right: 5px;
  font-size: 14px;
}
.chat_in .chat_in_input {
  width: 100%;
  box-sizing: border-box;
}
.chat_in .chat_in_input textarea {
  padding-left: 13px;
  box-sizing: border-box;
  width: 100%;
  height: 65px;
  border: none;
  overflow: auto;
  resize: none;
}
.chat_in .chat_ed {
  text-align: right;
  padding-right: 12px;
}
.chat_in .chat_ed span {
  display: inline-block;
  background: #5FB878;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  padding: 0 20px;
  border-radius: 5px;
  cursor: pointer;
}
textarea::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
/*滚动条里面小方块样式*/
textarea::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #67EACA;
}
/*滚动条里面轨道样式*/
textarea::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.chat_list_msg {
  text-align: center;
  margin-bottom: 15px;
}
.chat_list_msg .msg {
  display: inline-block;
  background: #f5f5f5;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 5px;
}
.logo_box {
  width: 100vw;
  height: 100vh;
  background: rgba(55, 55, 55, 0.6);
  position: relative;
  display: none;
}
.logo {
  position: fixed;
  width: 368px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin-top: -180px;
  margin-left: -184px;
  background: #F5F5F5;
  box-shadow: 0 8px 16px 0 rgba(28, 31, 33, 0.1);
  border-radius: 5px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.8s;
}
.logo .logo_tit {
  color: #fff;
  background: #2dce89;
  padding: 10px 15px 12px 15px;
  letter-spacing: 1px;
  position: relative;
  font-size: 16px;
}
.logo .logo_come {
  text-align: center;
  padding-top: 32px;
  margin-bottom: 30px;
}
.logo .logo_come input {
  width: 80%;
  margin-top: 10px;
  margin-left: 10%;
}
.logo .logo_in {
  text-align: center;
  padding-top: 10px;
}
.user_all_box {
  position: absolute;
  width: 100%;
  height: calc(80vh - 234px);
  overflow-y: auto;
  top: 80px;
  left: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  z-index: 666;
  background: rgba(255, 255, 255, 0.9);
}
.user_all_box .user_list {
  text-align: center;
  margin: 13px;
}
.user_all_box .user_list img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.user_all_box .user_list span {
  display: inline-block;
  margin-top: 5px;
}
.user_op {
  margin-left: 5px;
}
.user_all_box::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
/*滚动条里面小方块样式*/
.user_all_box::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #67EACA;
}
/*滚动条里面轨道样式*/
.user_all_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.chat_tit_set {
  position: absolute;
  right: 25px;
  top: 28px;
}
.chat_tit_set span {
  font-size: 25px;
  color: #ccc;
  cursor: pointer;
}
.chat_user_set {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
.chat_user_set_box {
  width: 400px;
  height: 480px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -200px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.chat_user_set_box .chat_set_tit {
  color: #333;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  padding: 13px 20px 14px 20px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #e9e9e9;
}
.chat_user_set_box .chat_set_tit .chat_set_user_close {
  float: right;
  cursor: pointer;
}
.chat_user_set_box .chat_set_body .chat_set_head {
  margin-top: 10px;
  padding: 10px 25px;
  box-sizing: border-box;
}
.chat_user_set_box .chat_set_body .chat_set_head div {
  margin-bottom: 5px;
}
.chat_user_set_box .chat_set_body .chat_set_head .set_head {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.chat_user_set_box .chat_set_body .chat_set_head .set_head .set_head_help {
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.chat_user_set_box .chat_set_body .chat_set_pw {
  margin-top: 0px;
  padding: 10px 25px;
  box-sizing: border-box;
}
.chat_user_set_box .chat_set_body .chat_set_pw div {
  margin-bottom: 5px;
}
.chat_user_set_box .chat_set_body .chat_set_pw .set_tit {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.cry_list {
  display: none;
  position: absolute;
  top: -80px;
  width: 215px;
  height: 80px;
  overflow-y: auto;
  background: #fff;
  border-radius: 5px;
}
.cry_list .cry {
  display: flex;
  flex-wrap: wrap;
  padding-left: 17px;
}
.cry_list .cry img {
  width: 32px;
  height: 32px;
  display: inline-block;
  padding: 2px;
  cursor: pointer;
}
.cry_list::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
/*滚动条里面小方块样式*/
.cry_list::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #67EACA;
}
/*滚动条里面轨道样式*/
.cry_list::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
audio {
  outline: none;
  max-width: 100%;
}
