
:not(html):not(body)::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent;
}
:not(html):not(body)::-webkit-scrollbar-thumb {
    border-radius: 16px;
    background-color: hsla(0,0%,54.9%,.3);
}
:not(html):not(body)::-webkit-scrollbar-track {
    border-radius: 30px;
    background-color: #efefef;
}
.m--s-ipt{
    /* position: absolute; */
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 4px 6px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #333;
    cursor: text;
	box-sizing: border-box;
}
.m--s-real-ipt{
    border: none;
    outline: none;
    /* line-height: 30px; */
    background-color: transparent;
    font-size: 14px;
    color: #333;
}

.m--s-list{
    position: absolute;
    top: 100%;
    margin-top: -6px;
    width: 100%;
    left: -1px;
    background-color: #fff;
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: none;
    max-height: 120px;
    overflow: scroll;
    overflow-x: hidden;   
	z-index: 10;
}
.m--s-list .m--s-option{
    /* line-height: 30px; */
    height: 30px;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #444;
    font-weight: 500;
}
.m--s-list .m--s-option:hover{
    background-color: #eee;
}
.m--s-tag-container{
    display: inline-block;
}
.m--s-tag{
    margin-bottom: 3px;
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    /* line-height: 20px; */
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #e8e8e8;
    margin-right: 4px;
}
.m--s-tag ::selection{
    background-color: transparent;
}
.m--s-tag-txt{
    display: inline-block;
}
.m--s-tag-del{

    margin-left: 6px;
    width: 12px;
    height: 12px;
	text-align: center;
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

/* .m--s-tag-del:after{ */
    /* content: ''; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* width: 10px; */
    /* left: 3px; */
    /* top: 6px; */
    /* height: 2px; */
    /* background-color:white */
/* } */
