/**
 * multiple select plugin
 * @date: 2017/09/13
 * @author: liugl@inspur.com
 */
 .multsel {
     width: 100%;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #BEBEBE;
	min-width:160px;
	/*border:1px solid #ddd;*/
	height:0.3rem;
	line-height:27px;
	position:relative;
	display:inline-block;
	font-size: 12px;
	color: #333;
}
.gzly-box{
    flex: 1;
}
.multsel span.view {
    height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
	box-sizing: border-box;
	padding: 0.05rem .16rem;
	display:block;
	cursor:pointer;
	word-break:keep-all;
	white-space:nowrap;        
	overflow:hidden;              
	text-overflow:ellipsis;  
	width: 100%;
}
.multsel i {
	display:block;
	height:5px;
	width:8px;
	background:url(?assets/img/about/icons.png) no-repeat 0 -60px;
	position:absolute;
	right:5px;
	top:7px;
}
.multsel i.pop {
	background-position:-8px -67px;
}
.multsel .selist {
	position:absolute;
	top:-1px;left:-1px;
	z-index: 100;
	display:none;
	width:100%;
	border:1px solid #ddd;
	padding-top:28px;
	box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.multsel .selist a.seitem {
        padding: 0.07rem 0;
    font-size: 0.14rem;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;
	display:block;
	/*height:27px;*/
	    line-height: .15rem;
	padding-left:10px;
	cursor:pointer;
	background-color:#fff;
}
.multsel .selist a.seitem:hover {
	background-color:#f1f1f1;
}
.multsel .selist a.checked {
	background-color:#ddd !important;
}

@media only screen and (max-width:768px){
    .multsel{
        min-width: 100%;
            width: 1rem;
    }
}
<!--0.0002140998840332-->