.sw{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.sw:last-child{border-bottom:none}.sw .l{font-size:14px}.sw .d{font-size:12px;color:#6b7280;margin-top:2px}.toggle{width:44px;height:24px;border-radius:12px;position:relative;cursor:pointer;transition:background .2s;background:#e5e7eb}.toggle.on{background:#4F46E5}.toggle::after{content:"";width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .2s}.toggle.on::after{transform:translateX(20px)}