.clm-ts{position:relative}
.clm-ts input[type="text"]{width:100%; padding:8px 10px; border:1px solid #ccc; border-radius:6px}
.clm-ts-dropdown{position:absolute; left:0; right:0; z-index:9999; background:#fff; border:1px solid #ccc; border-radius:6px; margin-top:2px; max-height:260px; overflow:auto; display:none; box-shadow:0 6px 18px rgba(0,0,0,.08)}
.clm-ts-item{padding:8px 10px; cursor:pointer}
.clm-ts-item:hover,.clm-ts-item.active{background:#f0f6ff}
.clm-ts-empty{padding:8px 10px; color:#777}