.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default;line-height:1.5em;}
.ddcommon ul{padding:0px;margin:0;cursor:pointer;}
.ddcommon ul li{list-style-type:none;}


.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:0.5em 0.5em 0.5em -0.5em #888888;-webkit-box-shadow:0.5em 0.5em 0.5em -0.5em #888888;box-shadow: 0.5em 0.5em 0.5em -0.5em #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:0.2em; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;line-height: 1.5em;}


img.fnone{float:none !important;width:1.6em;height:1.1em;}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .arrow{display:inline-block; position:absolute; top:70%; left:10px;}
.ddcommon .arrow:hover{background-position:0 100%;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;text-align: center;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left}
.ddcommon .ddChild{position:absolute;display:none;width:74px;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999;text-align:center;}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.dropdownfun{}
:root dropdownfun{border:none;}
.dropdownfun .divider{border-left:2px solid #780a2e;left:28px;}
.dropdownfun .arrow{width:8px;height:5px; margin-top:-8px; background:url(/Public/Images/Common/icon/select_arrow.png) 0 -1px no-repeat;}
.dropdownfun .arrow:hover{background-position:0 100%;}
.dropdownfun .ddTitle{color:#fff;font-family:'Lato-Regular,微软雅黑';font-size:12px;line-height: 1.5em;cursor:pointer;}
.dropdownfun .ddTitle .ddlabel {text-align:center;}
.dropdownfun .ddTitle .ddTitleText{padding:5px 10px 5px 38px;}
.dropdownfun .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dropdownfun .ddTitle .description{font-size:12px; color:#666}
.dropdownfun .ddTitle .ddTitleText img{padding-right:8px;}
.dropdownfun .ddChild{ background-color:#fff; left:28px;transition:all 0.3s ease-in 0.0038;background: #931941;border:2px solid #780a2e;border-radius:3px;border-bottom:none;
	}
.dropdownfun .ddChild li{ border-bottom:2px solid #780a2e;}
.dropdownfun .ddChild li .description{color:#666;}
.dropdownfun .ddChild li .ddlabel{color:#fff;font-family:'Lato-Regular,微软雅黑';font-size:12px;line-height:28px;}
:root .dropdownfun .ddChild li .ddlabel {
	color:#ffffff;
}
.dropdownfun .ddChild li.hover{}
:root .dropdownfun .ddChild li.hover {
	background:rgba(0,0,0,0.1);
}
.dropdownfun .ddChild li img{padding:0 6px 0 0;}
.dropdownfun .ddChild li.optgroup{padding:0;}
.dropdownfun .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dropdownfun .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dropdownfun .ddChild li.selected{outline:none;}
