html,body{
	height:100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
body{
	overflow: hidden;
}
.selectBox{
	width: 400px;
	height: 36px;
	line-height: 36px;
	/*background: #f72323;*/
	border: 1px solid #ccc;
	margin: auto;
}
.inputCase{
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.inputCase input.imitationSelect{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	display: block;
	text-indent: 20px;
	cursor: default;
}
.inputCase i.fa{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #007AFF;
}
.fa{
	cursor: pointer;
}
.selectUl{
	display: none;
	padding: 0;
	margin: 0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	/*border-bottom: 1px solid #ccc;*/
	/*border-left: 1px solid #ccc;*/
	/*border-right: 1px solid #ccc;*/
	width: 100%;
	margin-left: -1px;
}
.selectUl li{
	height: 36px;
	line-height: 36px;
	list-style: none;
	text-indent: 20px;
	border-bottom: 1px solid #ccc;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}
.selectUl li:last-child{
	border-bottom: 0 none;
}
.selectUl li:hover{
	background: #ddd;
}
.selectUl li:last-child{
	border-bottom: 0 none;
}
.person_root {
    width: auto;
    margin-top: 4px;
    margin-left: 5px;
    border: 1px solid #0095e7;
    color: #0095e7;
    border-radius: 3px;
    display: block;
    float: left;
}
.person_root span:nth-child(1) {
    line-height: 26px;
    display: block;
    float: left;
    width: auto;
    height: 26px;
    float: left;
    margin-left: 5px;
    margin-right: 0px;
    border: 0 none;
    padding-right: 5px;
    color: #0095e7;
}
.person_root i {
    width: 20px;
    height: 20px;
    display: block;
    padding: 0;
    margin: 3px 8px 0px 0px;
    float: left;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-indent: 0px;
    cursor: pointer;
}
#role_select{
	font-size: 12px;
	height: 100%;
}
.select-menu-div i {
    color: #0095e7;
    cursor: pointer;
}
.actived_li{
	color: #0095e7;
}

.clear{
	clear: both;
	float: none;
}








