@keyframes myfirst {
  0%{
      transform: translate(0px, 0px);
  }
  50%{
      transform: translate(0px, -3px);
  }
  100%{
      transform: translate(0px, 0px);
  }
}
body {
  /* height: 100vh; */
  overflow: hidden;
  font-family: Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",MicrosoftJhengHei,Lantinghei SC,Open Sans,Arial,Hiragino Sans GB,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif;
}
#J_timContainer {
  /* display: flex; */
  width: 500px;
  height: 500px;
  position: fixed;
  right: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  justify-content: center;
  display: none;
  z-index: 99999;
}
#J_timContainer video {
  width: 100%;
  max-height: 300px;
}
.J_timLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65px;
  height: calc(100% - 10px);
  margin: 5px 0;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.J_timRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 10px);
  margin: 5px 0;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.J_timLeft .J_timLeft_portrait {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  width: 65px;
  margin-bottom: 5px;
  border-radius: 5px;
  scrollbar-width: none;
}
.J_timLeft .J_timLeft_portrait::-webkit-scrollbar { height: 0 !important;width: 0 !important; }
.J_timLeft .J_timLeft_portraitC {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 3px;
  margin-bottom: 5px;
  border-radius: 5px;
  /* box-shadow: 2px 2px 2px 2px #aaa; */
  position: relative;
  cursor: pointer;
}
.J_timLeft .J_timLeft_portraitC span {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 26px;
  height: 26px;
  /* background-color: #FF1493; */
  /* border-radius: 12px;
  text-align: center;
  line-height: 12px; */
  background-image: url("../images/new.png");
  background-size: 26px 26px;
  transition: all 0.1s;
  /* margin: -20px 10px; */
  animation: myfirst 1.5s linear infinite;
}
.J_timLeft .hoverC{
  /* background-color: #409eff; */
  border-radius: 5px;
  border: 1px solid #409eff;
}
.J_timLeft .J_timLeft_portraitC img {
  width: 45px;
  height: 45px;
  /* margin: 10px auto; */
  /* object-fit: none; */
  border-radius: 5px;
}
.J_timLeft .J_timLeft_switch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 41px;
  border-radius: 3px;
}
.J_timLeft .J_timLeft_switch span {
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.J_timLeft .J_timLeft_switch img {
  width: 15px;
  height: 15px;
}
.J_timLeft .J_timLeft_switch img:hover {
  content: url("../images/close_hover.png");
}
.J_timRight .J_timRTop {
  display: flex;
  justify-content: space-between;
  top: 0;
  height: 45px;
  padding: 0 10px;
  background-color: #fff;
}
.J_timRight .J_timRTop .J_timRTop_info {
  display: flex;
  align-items: center;
}
.J_timRTop .J_timRTop_info img{
  width: 35px;
  height: 35px;
  border-radius: 35px;
  margin-top: 2px;
  display: none;
}
.J_timRTop_info .J_timRTop_info_name{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.J_timRTop_info .J_timRTop_info_name span:nth-child(1){
  color: #1c2438;
  font-size: 16px;
}
.J_timRTop_info .J_timRTop_info_name span:nth-child(2){
  color: #999999;
  font-size: 12px;
  display: none;
}
.J_timRight .J_timRTop .J_timRTop_reduce {
  display: flex;
  align-items: center;
  height: 45px;
}
.J_timRight .J_timRTop .J_timRTop_reduce img {
  width: 15px;
  height: 15px;
}
.J_timRight .J_timRTop .J_timRTop_reduce img:hover {
  content: url("../images/zoom_hover.png");
}
.J_timRight .J_timRBottom {
  display: flex;
  justify-content: flex-start;
  bottom: 0;
  height: 45px;
  padding: 0 10px;
  background-color: #F0F0F0;
}
.J_timRBottom .J_timRBottom_image {
  display: flex;
  align-items: center;
  height: 45px;
  margin: auto 10px auto 0;
}
.J_timRBottom .J_timRBottom_image img {
  width: 25px;
  height: 24px;
}
.J_timRBottom .J_timRBottom_image img:hover {
  content: url("../images/image_hover.png");
}
.J_timRBottom .J_timRBottom_file {
  display: flex;
  align-items: center;
  height: 45px;
  margin: auto 10px auto 0;
}
.J_timRBottom .J_timRBottom_file img {
  width: 25px;
  height: 24px;
}
.J_timRBottom .J_timRBottom_file img:hover {
  content: url("../images/file_hover.png");
}
.J_timRBottom .J_timRBottom_emojis {
  display: flex;
  align-items: center;
  height: 45px;
  margin: auto 10px auto 0;
}
.J_timRBottom .J_timRBottom_emojis img {
  width: 24px;
  height: 24px;
}
.J_timRBottom .J_timRBottom_emojis img:hover {
  content: url("../images/emojis_hover.png");
}
.J_timRBottom .J_timRBottom_input {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  margin: auto 0;
  background-color: #fff;
}
.J_timRBottom .J_timRBottom_input input{
  border: 0px;
  background-color: #fff;
  outline: none;
}
.J_timRBottom .J_timRBottom_input input:focus{
  outline: none;
}
.J_timRBottom .J_timRBottom_input input {
  flex: 1;
  height: 100%;
  border-radius: 4px;
  font-size: 14px;
}
/* .J_timRBottom .J_timRBottom_input span {
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  margin-right: 10px;
} */
.J_timRBottom .J_timRBottom_input .J_timSend {
  width: 60px;
	height: 24px;
	border-width: 0px;
	border-radius: 12px;
	background: #409eff;
	cursor: pointer;
	outline: none;
	font-family: Microsoft YaHei;
	color: white;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: .5;
}
.J_timRBottom .J_timRBottom_input .J_timSend:hover {
  opacity: 1;
}
.J_timRight .J_timRMiddle {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  background-color: #f5f5f5;
}
.J_timRight .J_timRMiddle .J_timR_msgL {
  left: 0;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.J_timRight .J_timRMiddle .J_timR_msgL>img {
  width: 35px;
  height: 35px;
  border-radius: 35px;
}
.J_timRMiddle .J_timR_msgL .J_timR_msgL_con {
  display: flex;
  flex-wrap: wrap;
  padding: 3px;
  margin-left: 5px;
  background-color: #fff;
  border-radius: 4px;
  max-width: 300px;
}
.J_timRMiddle .J_timR_msgL .J_timR_msgL_con .J_fileElem {
  /* flex: 1; */
  width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.J_timRMiddle .J_timR_msgL .J_timR_msgL_con .J_imgElem {
  width: 100%;
  max-height: 300px;
  cursor: zoom-in;
}
.J_timRMiddle .J_timR_msgL .J_timR_msgL_con span {
  font-size: 14px;
  color: #1c2438;
  margin: 5px;
  line-height: 20px;
  max-width: 300px;
  word-wrap: break-word;
}
.J_timRMiddle .J_timR_msgL .J_timR_msgL_con a {
  font-size: 14px;
  color: rgb(62, 165, 255);
  max-width: 300px;
  word-wrap: break-word;
}
.J_timRMiddle .J_timR_msgM .J_timR_msgM_con {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  text-align: center;
  color: #999;
}
.J_timRMiddle .J_timR_msgM .revoke {
  margin-top: 10px;
  margin-bottom: 10px;
}
.J_timRMiddle .J_timR_msgM .J_timR_msgM_more {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  text-align: center;
  color: #409eff;
  cursor: pointer;
}
.J_timRight .J_timRMiddle .J_timR_msgR {
  left: 0;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.J_timRight .J_timRMiddle .J_timR_msgR>img:nth-child(1) {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: auto 0;
}
.J_timRight .J_timRMiddle .J_timR_msgR>img:nth-child(3) {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  margin-top: 2px;
}
.J_timRMiddle .J_timR_msgR .J_timR_msgR_con {
  /* flex: 1; */
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  padding: 3px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 4px;
}
/* .J_timR_msgR_con>img {
  width: 100%;
  max-height: 300px;
} 
.J_timR_msgL_con>img {
  width: 100%;
  max-height: 300px;
}  */
.J_timRMiddle .J_timR_msgR .J_timR_msgR_con .J_fileElem {
  /* flex: 1; */
  /* max-width: 300px; */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3px;
  /* background-color: #fff; */
  border-radius: 4px;
  cursor: pointer;
}
.J_timRMiddle .J_timR_msgR .J_timR_msgR_con .J_imgElem {
  width: 100%;
  max-height: 300px;
  cursor: zoom-in;
}
.J_timRMiddle .J_timR_msgR .J_timR_msgR_con span {
  font-size: 14px;
  color: #1c2438;
  margin: 5px;
  max-width: 300px;
  height: auto;
  line-height: 20px;
  word-wrap: break-word;
}
.J_timRMiddle .J_timR_msgR .J_timR_msgR_con a {
  font-size: 14px;
  color: rgb(62, 165, 255);
  max-width: 300px;
  word-wrap: break-word;
}
.emojis {
  height: 160px;
  box-sizing: border-box;
  /* display: flex; */
  flex-direction: row;
  flex-wrap: wrap;
  overflow-y: auto;
  position: absolute;
  right: 1px;
  bottom: 50px;
  background-color: #fff;
  border-radius: 10px;
  display: none;
}
.emoji {
  height: 40px;
  width: 40px;
  box-sizing: border-box;
}
.emoji img {
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.J_timTips {
  position: absolute;
  max-width: 300px;
  display: none;
  flex-wrap: wrap;
  padding: 8px;
  background-color: #696969;
  border-radius: 4px;
  bottom: 55px;
}
.J_timTips span {
  font-size: 14px;
  color: #fff;
  margin: 5px;
  max-width: 300px;
  line-height: 20px;
  word-wrap: break-word;
}
.J_timReturn_newMsg {
  position: absolute;
  font-size: 12px;
  text-align: center;
  color: #409eff;
  cursor: pointer;
  margin-left: 30px;
  bottom: 55px;
  padding: 8px;
  display: none;
}
p, ul, ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.J_timMsg_moreHandle {
  position: fixed;
  border-radius: 4px;
  min-width: 60px;
  top: 50%;
  left: 50%;
  padding: 4px 0;
  background:#fff;
  z-index: 999;
  font-family: Alibaba-PuHuiTi-R;
  box-shadow: 0 0 6px 0 #999;
  display: none;
}
.J_timMsg_moreHandle .more-list {
  width: 100%;
}
.J_timMsg_moreHandle .more-list li {
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 4px 4px;
  box-sizing: border-box;
  font-size: 14px;
  color: rgb(96, 98, 102);
}
.J_timMsg_moreHandle .more-list li:hover {
  background-color: rgb(241, 241, 242);
}
.J_timForward_layer{
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  background-color: #000;
  /* opacity: .5; */
  background: rgba(0, 0, 0, .5);
}
.J_timForward_container {
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 360px;
  left: 150px;
  top: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}
.J_timForward_container p{
  font-size: 12px;
  padding-left: 15px;
  color: #999;
  border-bottom: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  background-color: #efefef;
}
.J_timForward_container .J_timForward_btn{
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #ccc;
}
.J_timForward_container .J_timForward_btn button:nth-child(1){
  width: 45px; /* 宽度 */
	height: 25px; /* 高度 */
	border-width: 0px; /* 边框宽度 */
	border-radius: 3px; /* 边框半径 */
	background: #fff; /* 背景颜色 */
	cursor: pointer; /* 鼠标移入按钮范围时出现手势 */
	outline: none; /* 不显示轮廓线 */
	font-family: Microsoft YaHei; /* 设置字体 */
	color:rgb(153, 153, 153); /* 字体颜色 */
  font-size: 12px; /* 字体大小 */
  border: 1px solid #dcdfe6;
  margin-right: 10px;
}
.J_timForward_container .J_timForward_btn button:nth-child(2){
  width: 45px; /* 宽度 */
	height: 25px; /* 高度 */
	border-width: 0px; /* 边框宽度 */
	border-radius: 3px; /* 边框半径 */
	background: #409eff; /* 背景颜色 */
	cursor: pointer; /* 鼠标移入按钮范围时出现手势 */
	outline: none; /* 不显示轮廓线 */
	font-family: Microsoft YaHei; /* 设置字体 */
	color: white; /* 字体颜色 */
  font-size: 12px; /* 字体大小 */
}
.J_timForward_container .J_timForward_list{
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.J_timForward_list .J_timForward_item{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}
.J_timForward_list .J_timForward_item input{
  padding-left: 15px;
}
.J_timForward_list .J_timForward_item .content_div{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}
.J_timForward_list .J_timForward_item img{
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin: 5px 5px;
}
.J_timForward_list .J_timForward_item span{
  overflow: hidden; 
  text-overflow: ellipsis; 
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #606266;
}
.J_timLoading{
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  background: rgba(0, 0, 0, .5);
}
.J_timLoading img{
  width: 50px;
  height: 50px;
}
.J_timAmplify{
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  background: rgba(0, 0, 0, .5);
}
.J_timAmplify img{
  max-width: 80%;
  max-height: 80%;
  cursor: zoom-out;
}
#J_timContainer input[type="checkbox"]{
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  border: initial;
  padding-left: 15px;
}
#J_timContainer .J_textElem{
  display: flex;
  align-items: center;
}
.J_fileElem .J_fileElem_Text{
  display: flex;
  flex-direction: column;
}
.J_fileElem .J_fileElem_Text span{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.J_fileElem .J_fileElem_Text span:nth-child(1){
  flex: 2;
  font-size: 14px;
}
.J_fileElem .J_fileElem_Text span:nth-child(2){
  flex: 1;
  font-size: 12px;
}

/*四角*/
#J_timContainer .tl,
#J_timContainer .bl,
#J_timContainer .br,
#J_timContainer .tr {
    width: 20px;
    height: 20px;
    /* background: #CCC; */
    position: absolute;
    z-index: 2;
    cursor: nwse-resize
}

#J_timContainer .tl,
#J_timContainer .bl {
    left: -5px;
}

#J_timContainer .tr,
#J_timContainer .br {
    right: -5px;
}

#J_timContainer .br,
#J_timContainer .bl {
    bottom: -5px;
}

#J_timContainer .tl,
#J_timContainer .tr {
    top: -5px;
}

#J_timContainer .tr,
#J_timContainer .bl {
    cursor: nesw-resize;
}
