@charset "UTF-8";
/* CSS Document */
/*选择发布对象*/
#cover{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9990;
	background:rgba(0,0,0,0.5);
	left:0;
	top:0;
	display:none;
	z-index:9999;
	}

#cover #pop{
	width:55%; 
	min-width:720px;
	height:600px; 
	background:#FFF;
	border-radius:10px; 
	position:absolute;
	z-index:9999;
	}
#cover #pop #pop_title{
	width:100%; 
	height:40px; 
	background:#e5eef0; 
	border-radius:10px 10px 0px 0px;
	position:relative;
	cursor:move;
	}
#cover #pop #pop_title #pop_title_name{
	font-size:1.1em; 
	line-height:40px; 
	padding-left:20px; 
	color:#547b83; 
	letter-spacing:1px;
	}
#cover #pop #pop_title #pop_close{
	position:absolute; 
	right:10px; 
	line-height:40px;
	color:#547b83;
	font-size:1.1em; 
	cursor:pointer;
	}
#pop_conetet{
	height:560px; 
	width:100%; 
	border-radius:0px 0px 10px 10px;
	}
#cover #pop #pop_conetet #pop_conetet_left{
    height:520px; 
	width:36%; 
	background:#cfdee2;
	border-radius:0px 0px 0px 10px;
	}
#cover #pop #pop_conetet #pop_conetent_right{
    height:520px; 
	width:64%; 
	position:relative;
	border-radius:0px 0px 10px 0px;
	}
/*已选择班级*/
#cover #pop #pop_conetet #pop_conetent_right #pop_conetent_right_class_select{
	max-height:150px;
	width:100%;
	overflow-y:auto;
	
	}
/*已选头部header*/
#cover #pop #pop_conetet #pop_conetent_right .pop_conetent_right_member_header{
	height:30px;
	width:100%;
	background:#e6eff2;
	}
#cover #pop #pop_conetet #pop_conetent_right #pop_conetent_right_member_select{
	max-height:290px;
	width:100%;
	overflow-y:auto;
	}
.no_content_tips{
	display:inline-block;
	line-height:30px;
	width:100%;
	text-align:center;
	font-size:0.7em;
	color:#8ea5ac;	
	}
.memb_item{
	width:100%;
	height:30px;
	border-bottom:1px dotted #e6f2f7;
	clear:both;
	margin-top:2px;
	cursor:pointer;
	}
.memb_item:hover{
	background:#e8f2f6;
	}
.memb_item span{
	line-height:30px;
	float:left;
	}
.memb_item .select_tou_img{
	padding-left:10px;
	}
.memb_item .select_tou_img img{
	width:30px;
	height:30px;
	border-radius:90px;
	-webkit-border-radius:90px;
	-moz-border-radius:90px;
}
.memb_item .select_men_name{
	font-size:0.9em;
	padding-left:10px;
	display:inline-block;
	width:80px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}
.memb_item .select_men_num{
	font-size:0.7em;
	padding-left:80px;
	text-align:left;
	}
#cover #pop #pop_conetet #pop_conetent_right #pop_conetent_right_class_select .class_item{
	width:130px;
	height:30px;
	background:#e6f2f7;
	font-size:0.9em;
	color:#7d98a0;
	margin:10px 0px 10px 20px;
	line-height:30px;
	position:relative;
	float:left;
	}
#cover #pop #pop_conetet #pop_conetent_right #pop_conetent_right_class_select .class_item .class_name{
	display:inline-block;
	width:100px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;	
	
	}
#cover #pop #pop_conetet #pop_conetent_right #pop_conetent_right_class_select .class_item .del_mem{
	display:inline-block;
	background:url(../images/member_del_03.png) no-repeat center;
	width:30px;
	height:30px;
	position:absolute;
	right:0px;
	cursor:pointer;
	border-left:1px solid #f5fcff;
	}
#cover #pop #pop_conetet #pop_conetent_right #pop_content_complete{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	}
#cover #pop #pop_conetet #pop_conetent_right #pop_content_complete_btn{
	width:68px;
	height:30px;
	border:none;
	border-radius:5px;
	background:#7d98a0;
	color:#e6f2f7;
	margin-bottom:5px;
	}
#cover #pop  #men_search{
	width:100%; 
	background:#7799a1;
	position:relative;
	height:40px;
	}
#cover #pop  #men_search input[type=text]{
	width:95%; 
	height:30px;
	position:absolute;
	left:2%;
	top:5px;
	padding-left:10px;
	border:none; 
	border-radius:45px; 
	box-shadow:1px 1px 1px #999 inset;
}
#cover #pop  #men_search #search_btn{
	width:24px;
	height:24px;
	position:absolute;
	right:2.5%;
	top:7px;
	border:none;
	background:url(../images/search_btn_03.png) no-repeat center;
	cursor:pointer;
	}
#cover #pop #pop_conetet #pop_conetet_left #pop_content_left_list{
	width:100%;
	height:510px; 
	overflow-y:auto;
	overflow-x:hidden;
	}
.pop_content_fenlei{
	height:30px;
	line-height:30px;
	font-size:0.9em;
	color:#7a959e;	
	padding-left:10px;
	}
.pop_content_left_list_box{
	margin-top:1px;
	}
.pop_content_left_list_f2{
	width:100%;
	height:36px;
	line-height:36px;
	padding-left:10px;
	font-size:1.0em;
	color:#324045;
	background:#e4f3f8;
	position:relative;
	}
.checkbox{
	position:absolute;
	right:20px;
	display:inline-block;
	width:24px;
	height:36px;
	background:url(../images/check_box_03.png) no-repeat center;
	}
.checkboxed{
	position:absolute;
	right:20px;
	display:inline-block;
	width:24px;
	height:36px;
	background:url(../images/check_box_ed_03.png) no-repeat center;
	}
.pop_content_left_list_f3{
	display:none;
	}
.pop_content_left_list_f3_memb{
	width:100%;
	height:36px;
	line-height:36px;
	padding-left:10px;
	font-size:0.9em;
	color:#e4f3f8;
	background:#8ca5ad;
	border-bottom:1px solid #a9c0c8;
	clear:both;
	cursor:pointer;
	}
.pop_content_left_list_f3_memb:hover{
	background:#7f97a0;
	}
.pop_content_left_list_f3 li {

	}
.pop_content_left_list_f3 li .men_num{
	line-height:36px;
	padding-left:20px;
	font-size:0.8em;
	color:#e4f3f8;
	display:inline-block;
	float:left;
	}
.pop_content_left_list_f3 li .men_name{
	line-height:36px;
	padding-left:6px;
	color:#e4f3f8;
	display:inline-block;
	float:left;
	}
.pop_content_left_list_f3 li .tou_img{
	display:inline-block;
	width:30px;
	height:30px;
	padding-top:3px;
	float:left;
	}
.pop_content_left_list_f3 li .tou_img img{
	width:30px;
	height:30px;
	border-radius:90px;
	-webkit-border-radius:90px;
	-moz-border-radius:90px;
}
.pop_content_left_list_f3 li .mem_selected{
	display:inline-block;
	width:36px;
	height:30px;
	background:url(../images/mem_selected_03.png) no-repeat center;
	margin-right:15px;
	display:none;
}


