/* select多选插件 */
.selectWrap {
    float: left;
    margin-left: 162px;
    padding-top: 5px;
}
.multCheckbox {
    position: relative;
    float: left;
    margin-right: 20px;
}
.checkList {
    position: absolute;
    background: #FFFFFF;
    z-index: 1;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #C7C7C7;
}
.multCheckbox select {
    width: 100px;
    height: 25px;
}

.checkList label {
    display: block;
    padding: 2px 10px;
    white-space: nowrap;
}

ul.checkList li:hover {
    background-color: #999999;
    color: #ffffff;
}