.select-input{position:relative}.select-input .selected-link{font-size:16px;cursor:pointer;padding:0 0 0 2px;display:flex;justify-content:space-between;align-items:center}.select-input .selected-link span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select-input .select-list{position:absolute;top:100%;width:150%;box-shadow:0 2px 6px 2px #999;background-color:#FFF;z-index:12000;height:auto;max-height:300px;overflow-y:auto}.select-input .select-list .select-list-item-group{width:100%}.select-input .select-list .select-list-item-group .select-list-item-child{width:100%;height:auto;padding:8px 24px;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;cursor:pointer;white-space:normal;user-select:none}.select-input .select-list .select-list-item-group .select-list-item-child:hover{background-color:#f5f5f5}.select-input .select-list .select-list-item-group .select-list-item-child .child-content{width:calc(100% - 16px)}.select-input .select-list .select-list-item-group .select-list-item-child .position-icon{font-size:16px;color:#999}.select-input .select-list .select-list-item-group .no-search-hits{color:#999;cursor:default}.select-input .select-list .select-list-item-group .no-search-hits:hover{background-color:#FFF}.select-input .select-list .select-list-item-group .select-list-item-parent{font-weight:700;border:none;padding:0 12px;font-size:0.8em;height:30px;cursor:default}.select-input .select-list .select-list-item-group .select-list-item-parent:hover{background-color:#FFF}.select-input .select-list .select-search-input{border:none;outline:none;width:100%;height:54px;padding:0 24px;border-bottom:1px solid #e5e5e5;display:flex;align-items:center}.select-input .select-list .select-search-input:focus ~ .bar:before,.select-input .select-list .select-search-input:focus ~ .bar:after{width:50%}.select-input .select-list .select-search-input:focus{border-bottom:none}.select-input .select-list .bar{position:relative;display:block;width:100%;top:0}.select-input .select-list .bar:before,.select-input .select-list .bar:after{content:'';height:2px;width:0;bottom:1px;position:absolute;background:#44b6ae;transition:0.2s ease all;-moz-transition:0.2s ease all;-webkit-transition:0.2s ease all}.select-input .select-list .bar:before{left:50%}.select-input .select-list .bar:after{right:50%}
