/*!
 *  build: MAIL 
 *  copyright: neverdown.cc 
 *  time: 2025-12-17 09:17:41
 */.component-switch{display:inline-block;width:44px;height:20px;border-radius:10px;background-color:#d8d8d8;position:relative;transition:background-color .2s ease-in-out;cursor:pointer}.component-switch:after{content:"";display:block;width:16px;height:16px;border-radius:50%;position:absolute;left:2px;top:2px;transition:left .2s ease-in-out;background-color:#fff}.component-switch.component-switch-actived{background-color:#9e2b5a}.component-switch.component-switch-actived:after{left:26px}