.sel-box{ position: relative; height: 100%; width: 100%;}
.sel-title-box{
	position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.sel-title-box::after{content: "\eb49"; font-family: "iconfont" !important; font-size: 0.63vw; font-weight: bold; color: #353E4B;}
.sel-float-box{
	position: absolute;
	border:1px solid #DFD8D2;
	z-index: 2;
	background-color:white;
	margin-top: -1px;
	line-height: 1.8;
    width: 100%;
}
.sel-float-div{padding: 0.42vw 0.78vw; cursor: pointer; text-align: left; color: #333;}
.sel-float-div:hover{
	background-color:#eee;
}

.select1,
.sel-hide{
	display: none;
}

.sel-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1200px){  
    .sel-title-box::after{font-size: 14px;}
}