.am-alphabet{position:absolute;right:0;top:0;height:100%;z-index:99;display:flex;align-items:center}.am-alphabet-letter{text-align:center;font-size:11px;font-size:var(--am-alphabet-letter-font-size,11px);color:#999;color:var(--am-alphabet-letter-color,#999);height:16px;height:var(--am-alphabet-letter-size,16px);width:16px;width:var(--am-alphabet-letter-size,16px);border-radius:50vh;border-radius:var(--am-alphabet-letter-border-radius,50vh);position:relative;display:flex;align-items:center;justify-content:center}.am-alphabet-letter-chosen{background:#1677ff;background:var(--am-alphabet-letter-chosen-background,#1677ff);color:#fff;color:var(--am-alphabet-letter-chosen-text-color,#fff)}.am-alphabet-bubble{color:#fff;color:var(--am-alphabet-bubble-color,#fff);position:absolute;top:16px;top:var(--am-alphabet-bubble-top,16px);right:48px;right:var(--am-alphabet-bubble-right,48px);height:48px;height:var(--am-alphabet-bubble-height,48px);width:48px;width:var(--am-alphabet-bubble-width,48px);transform:translateY(-50%);border-radius:50vh;background:#ccc;background:var(--am-alphabet-bubble-background,#ccc);font-size:27px;font-size:var(--am-alphabet-bubble-font-size,27px);display:flex;align-items:center;justify-content:center;font-family:PingFangSC-Medium}.am-alphabet-item{min-height:48px;min-height:var(--am-alphabet-min-height,48px)}.am-alphabet-line{position:relative;flex:1;display:flex;align-items:center;align-self:stretch;overflow:hidden}.am-alphabet-content{padding:12px 0;padding:var(--am-alphabet-content-paddingTB,12px) 0;width:48px;width:var(--am-alphabet-content-width,48px);flex-direction:column;display:flex;justify-content:center;align-items:flex-end;text-overflow:ellipsis;white-space:nowrap;text-align:center}