.chatRoom-name {
	margin-right: 20px;
	color: #6469CC
}

.upload_dialog {
	display: flex;
	width: 100%;
}

.upload_dialog .upload_local {
	cursor: pointer;
  width: 100%;
	text-align: center;
}

.upload_dialog .upload_skyDrive {
	cursor: pointer;
	width: 50%;
	text-align: center;
}

.mouse_shade img {
	height: 3rem;
	width: 3rem;
}

.mouse_shade:hover {
	border: 1px solid #656565;
	border-radius: 3px;
	color: #333333 !important;
	margin: 0 10%;
}

.upload_dialog .title {
	margin-top: 0.5rem;
	width: 100% !important;
	color: #656565;
}

.mouse_shade {
	border: 1px solid transparent;
	margin: 0 10%;
}

.file_list li {
	cursor: pointer;
	padding: 0.7rem;
	border-bottom: 1px solid #ddd;
	border-radius: 5px;
	display: flex;
	width: 100%;
}

.file_list li .left {
	width: 85%;
	margin: auto;
}

.file_list li .right {
	width: 15%;
}

.file_list li:hover {
	color: #000;
	background: rgba(0, 0, 0, 0.1);
}

.no_file {
	color: #999;
}

.file:hover {
	color: #000;
	background: rgba(333, 333, 333, 0.1);
}

.chatRoom .moreChatRecord {
	text-align: center;
	color: #6469CC;
	cursor: pointer;
	position: fixed;
	top: 50px;
	width: 70%;
	background: transparent;
	/* z-index: 10000; */
}

.chatRoom .moreChatRecord .noMore {
	color: #999;
	text-align: center
}
.genfile{padding:10px 0;color:#6469CC;cursor: pointer;}
.genfile img{vertical-align: middle;margin-right:10px;margin-bottom:5px;}
.opens{margin-left: 10px;width: 15px;margin-top:2px;}
.fill .title {
  padding: 10px 0px;
  border-bottom: 1px dotted #E5E5E5;
  margin-left: 30px;
  cursor: pointer;
}
.fill img{vertical-align: middle;margin-right:10px;margin-bottom: 5px;}
.fill  li{margin:10px 0;padding-left:30px;list-style:none;}
.thirdstep{width:10px;}
.dialogcenter {
  text-align: center;
  padding: 20px;
  padding-top: 40px !important;
}
.picshow{width: 100%;height:100%;border:none;}
.gpic img{width:20px;height:20px;vertical-align:middle;}
.showmore{float:right;margin-right:10px;font-weight:bold;cursor:pointer;font-size:20px;display: inline-block;line-height:10px;}
.lists {height:100%;overflow: auto;padding-bottom: 115px}
.lists::-webkit-scrollbar {
 width: 5px !important;
}
.lists img{width:30px;height:30px!important;border-radius: 50%;vertical-align: middle;margin-right:10px;}
.lists  li{margin-bottom:10px;}
ul{list-style: none;}
.el-icon-circle-plus {
  position: fixed;
  right: 15px;
 top: 13px;
  z-index: 99999;
  cursor: pointer;
}
.el-icon-remove,
.el-icon-error {
  position: fixed;
  right: 35px;
  top: 13px;
  z-index: 99999;
  cursor: pointer;
}


.chatcount {
  color: #333333;
  cursor: pointer;
}
