.overflow .load_text, .show_black_window {
	font-size: 14px;
	color: #fff
}
.overflow {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 1000000
}
.show_black_window {
	border-radius: 5px;
	background: #000
}
.im_loading, .overflow .load_block {
	background: url(../images/loading.gif) center no-repeat
}
.overflow .table_contain {
	display: table;
	width: 100%;
	height: 100%
}
.overflow .table_ele {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.overflow .load_block {
	min-width: 100px;
	height: 100px;
	display: block
}
.overflow .out_loadBLock {
	display: inline-block;
	padding: 10px
}
.loading {
	margin: 10px 10px 5px 5px;
	height: 35px;
	width: 35px
}
.reply_upload {
	height: 20px;
	width: 20px
}
.im_loading {
	overflow: hidden;
	width: 100%;
	height: 30px
}
.main .error_show {
	max-width: 300px;
	font-size: 14px;
	line-height: 25px
}
.error_show {
	padding: 8px;
	background: #282626;
	color: #fff;
	display: inline-block;
	line-height: 35px;
	border-radius: 5px
}
.error_show .error_icon {
	display: inline-block;
	margin-right: 10px
}
.del_avatar, .succeed_avatar {
	width: 18px;
	height: 18px;
	line-height: 19px;
	border-radius: 9px;
	font-size: 12px;
	background: #ee3e23;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	font-style: normal;
}
.del_avatar_right {
	float: right;
	display: inline-block
}
.del_avatar_left {
	float: left;
	display: inline-block
}
.succeed_avatar {
	background: green
}
