
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	/* background-color:#fff; */
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width: auto!important;
}
.dd .ddTitle {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background-color: transparent;
	/* background:#f2f2f2; */
	/* border:1px solid #c3c3c3; */
	padding:3px;
	text-indent:0;
	cursor:default;
	/* overflow:hidden; */
	/* height:16px; */

	/* margin-left: .5rem; */
}
/*  xxsby 注释 */
/* .dd .ddTitle span.arrow {
	background:url(dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
} */

/* .dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;} */
.dd .ddTitle span.textTitle {text-indent:1px; line-height:24px;overflow:hidden;vertical-align: middle;    
	 /* position: relative; */
	}
/* .dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0} */


.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0;width: 25px;
height: 25px;border-radius: 50%;    

/* position: absolute;right: 100%; */
}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	/* border:1px solid #c3c3c3; */
	/* top: 5%; */
	border-top:none;
	display:none;
	margin:0;
	margin-top: 10px;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	/* background-color:#ffffff; */
	color: white;
	background-color: #373739;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:white;
	line-height: 24px;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#66CCFF;
	color: white;
	/* background-color: transparent; */
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
	width: 25px;
	height: 25px;border-radius: 50%;
}
.dd .ddChild a.selected {
	color: white;
	/* background:#66CCFF; */
	background-color: #373739;
	
}
.hidden {display:none;}
s