@charset "UTF-8";
.selector{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
.selector-div{
	width: 426px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -213px;
	background: #FFFFFF;
}
.selector-title{
	background: #00A5AC;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.selector-title span{
	display: inline-block;
}
.selector-title-span{
	margin-left: 20px;
}
.selector-title-span01{
	float: right;
	margin-right: 20px;
}
.selec-search-div{	
	padding: 10px 35px;
	background: #e1f4fa;
	text-align: center;
}
.selec-search-inp{
	width: 250px;
	height: 40px;
	border: 1px solid #D2D2D2;
	float: left;
}
.selec-search-butt{
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	background: #3dd2d8;
	float: left;
	margin-left: -1px;
}
.selec-list{
	padding: 30px;
	/*border: 1px solid red;*/
}
.selec-list-div01{
	width: 100%;
	height: 250px;
	border: 1px solid #D2D2D2;
	overflow-x: hidden;
	/*float: left;*/
}
.selec-list-list{
	margin: 10px 5px;
	border: 1px solid #00BFC7;
	padding: 5px;
	position: relative;
}
.selec-list-img{
	width: 80px;
	height: 80px;
	border: 1px solid #D2D2D2;
	border-radius: 50%; 
	float: left;
}
.selec-list-titles{
	margin-left: 10px;
	float: left;
	width: 230px;
}
.selec-list-title{
	margin-top: 10px;
	font-size: 16px;
	color: #2B2B2B;
}
.selec-list-hao{
	font-size: 14px;
	color: #808080;
	margin-top: 5px;
}
.selec-list-butts{
	padding: 5px 10px;
	float: right;
	background: #00BFC7;
	color: #FFFFFF;
	margin-top: 10px;
	border-radius: 5px;
	font-size: 15px;
}

.selec-butts{
	width: 300px;
	height: 160px;
	position: absolute;
	left: 40px;
	border: 1px solid #b8e0d7;
	top: 90px;
	background: #fbfbfb;
	border-radius: 5px;
	-moz-box-shadow:2px 2px 8px #333333;
	 -webkit-box-shadow:2px 2px 8px #333333;
	  box-shadow:2px 2px 8px #333333;
}
.selec-text{
	width: 280px;
	height: 90px;
	min-height: 90px;
	min-width: 280px;
	max-height: 90px;
	max-width: 280px;
	border:1px solid #D2D2D2;
	margin: 7px;
	/*border: 0px;*/
	font-size: 16px;
	overflow:hidden;
	 resize:none;
	 border-radius: 5px;
}
.sendDetermine{
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	background: #fe9844;
	font-size: 14px;
	float: right;
	margin-right: 10px;
	border-radius: 5px;
}
.cancelDetermine{
	width: 98px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #D2D2D2;
	background: #FFFFFF;
	font-size: 14px;
	float: left;
	margin-left: 10px;
	border-radius: 5px;
}
