.mul_div_c{
  display:block;
  min-width:120px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  position: absolute;
  border:1px solid #ccc;
  cursor: auto;
  padding: 0px;
  z-index:6;
  box-shadow:0px 0px 6px rgba(0,0,0,0.28);
  box-sizing:border-box;
}
.mul_div_c li{
  font:normal normal 12px ΢���ź�;
  width:100%;
  line-height: 24px;
  cursor: default;
  padding-left: 2px;
  list-style: none;
  color: #444;
  padding-left:5px;
  box-sizing:border-box;
  cursor:pointer;
  white-space:nowrap;
 
}
.mul_input_c{
    vertical-align: middle;
    width:83px;
    border-right: none;
    height:26px;
    line-height:26px;
}
.mul_input_c_2{
}
.mul_hover_c{
	 color:#2565bd !important;
     background: #f3f3f3;
}
.mul_input_img{
	display:inline-block;
	vertical-align: middle;
	width:20px;
	height:22px;
	background-image:url('../images/multiSelect/drop.png');
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:1px;
	right:5px;
	background-color:#fff;
}
.mul_input_img2{
	display:inline-block;
	vertical-align: middle;
	width:20px !important;
	height:22px;
	background-image:url('../images/multiSelect/drop.png');
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:1px;
	right:5px;
	background-color:#fff;
}
.selDiv{ display:inline-block }