.address-ac-wrap{position:relative}.address-ac-wrap .address-ac-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1rem;pointer-events:none;transition:color .2s;z-index:2}.address-ac-wrap input{padding-left:2.4rem!important}.address-ac-wrap input:focus~.address-ac-icon{color:#6366f1}.ac-dropdown{position:absolute;top:100%;left:0;right:0;z-index:10000;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12);margin-top:6px;overflow:hidden;padding:4px 0}.ac-item{display:flex;align-items:center;padding:10px 14px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f3f4f6}.ac-item:last-child{border-bottom:0}.ac-item:hover,.ac-item-active{background:#f0f0ff}.ac-item-icon{width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;background:#eef2ff;border-radius:8px;margin-right:12px;color:#6366f1;font-size:.85rem}.ac-item-text{flex:1;min-width:0}.ac-item-main{font-size:.88rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ac-item-sub{font-size:.76rem;color:#6b7280;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes acFlash{0%{background:#eef2ff}100%{background:transparent}}.ac-flash{animation:acFlash .8s ease-out}