.ColorSwitcher,.ColorSwitcher *{box-sizing:border-box}.ColorSwitcher{position:fixed;top:50%;left:-162px;width:162px;padding:20px 10px;background:#fff;border-radius:0 3px 3px 0;box-shadow:0 0 15px rgba(0,0,0,.15);-webkit-transform:translateY(-80%);transform:translateY(-80%);-webkit-transition:left .2s;transition:left .2s;z-index:9999}.ColorSwitcher--open{left:0}.ColorSwitcher__switchs{margin:-5px}.ColorSwitcher__switch{border-radius:30px;margin:5px}