.mddSelect{
	background:#fff;
	width:500px;
	font-size: 14px;
    border: 2px solid #00bb66;
    position: absolute;
    z-index:99;
}

.mddtitle{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
}

.mddtitle ul li{
	float:left;
	width:100px;
    cursor: pointer;
    text-align:center;
}
.mddtitle ul li:hover{
    background: #00bb66;
}
.mddtitle .current{
    border-bottom: 1px solid #00BB66;
}

.mddlist{
	width:400px;
}

.flmddlist ul{
	padding:15px 0;
}

.flmddlist ul li{
	
}
    
.mddlist li{
	float:left;
	width:100px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}

.mddlist li:hover{
    background: #00bb66;
}

.fl_title{
	width:80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #f55c26;
}
.mddResult{
    position: absolute;
    background: #fff;
    overflow: hidden;
    border: 2px solid #00bb66;
    border-radius: 2px;
    z-index:99;
	width:200px;
}
.search_mddtitle{
	font-size:14px;
	height:25px;
	line-height:25px;
}
.mddSResult {
    max-height: 180px;
    overflow: hidden;
}
.mddSResult div{
	height:30px;
	line-height:30px;
	font-size:14px;
	padding-left: 10px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mddtsy{
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.mddPaging{
    text-align: center;
    max-height: 30px;
    line-height: 30px;
}
.mddPaging a{
    color: #778899;
    margin: 5px;
}
.mddPaging .current{
    color:#f55c26;
}