@charset "UTF-8";

/*引入字体图片库*/
@import './font/iconfont.css';

/*公共样式start*/
.cs-item input,
.cs-item label,
.cs-item span,
.cs-item i{
	vertical-align: middle;
}
.cs-item input[type="checkbox"]{
	float: right;
	margin: 10px 15px 0 0;
	width: 16px;
  height: 16px;
}
.cs-box{
	overflow: hidden;
	position: relative;
	width: 552px;
  border: 1px solid #D8DCF0;
}
.cs-bd{
	overflow-y: auto;
	height: 275px;
}
.cs-item {
	overflow: hidden;
	font-size: 12px;
}
/*公共样式end*/

/*收信人*/
.cs-toselected{
	float: left;
	position: relative;

	width: 275px;
	height: 480px;
	font-size: 12px;
	background-color: #FFF;
	border-right: 1px solid #D8DCF0;
}
.cs-arrow{
	display: block;
	position: absolute;
	top: 50%;
	left: 351px;
	margin-top: -29px;

	width: 9px;
	height: 58px;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
}
/*搜索块*/
.cs-hd{
	position: relative;
	margin: 8px; 
	width: 260px;
	height: 28px;
	line-height: 28px;
}
.cs-hd label{
	color: #999;
	font-size: 12px;
}
.cs-toselected ul{
	height: 430px;
}
.cs-toselected .el-icon-search{
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 16px;
	z-index: 9;
}
.cs-hd input{
	position: absolute;
	padding: 4px 8px 4px 30px;
	height: 28px;
	width: 256px;

	font-size: 12px;
	background-color: #e9e7e7;
	border: 0;
	border-radius: 5px;
	outline: none;
}
/*列表块*/
.cs-toselected__item {
	position: relative;
	padding: 10px 0;
	padding-left: 5px;
}
.cs-toselected__item:hover {
	background-color: #e9e7e7;
}
.cs-toselected__item img {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	border-radius: 4px;
}
.cs-toselected__item label{
	display: block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cs-toselected__item .info {
	padding-left: 55px;
}
.cs-toselected__item .info span {
	display: block;
	line-height: 1;
	width: 80%;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cs-toselected__item .info span.functionTitle {
	padding-top: 4px;
	color: #999;
	font-size: 12px;
	line-height: 1.5;
}
.cs-toselected__item .icoChk {
	position: absolute;
	right: 0;
	margin: 2px 12px;
	color: #ccc;
	font-size: 26px;
}


/*已选收信人*/
.cs-selected{
	float: left;
	width: 275px;
	height: 480px;
	border-left: 0;
}
.cs-selected ul{
	height: 430px;
}
.cs-selected strong{
	margin-bottom: 2px;
    font-size: 14px;
    font-family: "微软雅黑";
}
.cs-selected__item{
	position: relative;
	padding: 10px 0;
	padding-left: 5px;
}
.cs-selected__item img {
	position: absolute;
	top: 10px;
	left: 15px;
	/* margin: 0 12px 0 15px; */
	width: 35px;
	height: 35px;
	vertical-align: middle;
	border-radius: 4px;
}
.cs-selected__item .info {
	padding-left: 55px;
}

.cs-selected__item .info span {
	display: block;
	line-height: 1;
	width: 80%;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cs-selected__item .info span.functionTitle {
	padding-top: 4px;
	color: #999;
	font-size: 12px;
	line-height: 1.5;
}
.cs-selected__item .cs-name{
	overflow: hidden;
	width: 80px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cs-selected__item .cs-delete{
	position: absolute;
	top: 19px;
	right: 15px;
	color: #cdcdcd;
	font-size: 18px;
	cursor: pointer;
}
.cs-selected__item .cs-delete:hover{
	color: #999;
}