.elem-switch-box .switch-box{position:relative;width:100%;height:100%;overflow:hidden;transition:all .3s ease;display:flex;background:#f3f3f3;border-radius:6px}.elem-switch-box .switch-box:hover{box-shadow:inset 0 0 5px rgba(0,0,0,.1)}.elem-switch-box .switch-box:hover .block{box-shadow:0 2px 5px rgba(0,0,0,.2)}.elem-switch-box .switch-btn{cursor:pointer;position:relative;width:50%;height:100%;z-index:30;display:flex;align-items:center;color:#666;padding:10px 14px;box-sizing:border-box}.elem-switch-box .off-btn{justify-content:flex-end}.elem-switch-box .block{position:absolute;top:5px;right:50%;bottom:5px;left:5px;background:#fff;border-radius:4px;z-index:20;transition:all .3s ease}.elem-switch-box .switch-on{background:#00b3d9}.elem-switch-box .switch-off .on-btn,.elem-switch-box .switch-on .off-btn{color:#d3d3d3}.elem-switch-box .switch-off .block{left:50%;right:5px}.elem-switch-box.disabled .switch-btn{cursor:no-drop!important}.elem-switch-box-size-medium{width:120px;height:40px}.elem-switch-box-size-small{width:100px;height:30px}.elem-switch-box-size-small .switch-btn{font-size:12px}.elem-switch-box-dark .switch-box{background:#2c2c2e}.elem-switch-box-dark .switch-on{background:#0a5495}.elem-switch-box-dark .block{background:#e3e3e3}