.yk-switch{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.yk-switch.is-disabled .yk-switch__core,.yk-switch.is-disabled .yk-switch__label{cursor:not-allowed}.yk-switch__core,.yk-switch__label{display:inline-block;cursor:pointer;vertical-align:middle}.yk-switch__label{transition:.2s;height:20px;font-size:14px;font-weight:500;color:#303133}.yk-switch__label.is-active{color:#2E63FD}.yk-switch__label--left{margin-right:10px}.yk-switch__label--right{margin-left:10px}.yk-switch__label *{line-height:1;font-size:14px;display:inline-block}.yk-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.yk-switch__core{margin:0;position:relative;width:40px;height:20px;border:1px solid rgba(44,40,54,.08);outline:0;border-radius:10px;box-sizing:border-box;background:rgba(44,40,54,.08);transition:border-color .3s,background-color .3s}.yk-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;transition:all .3s;width:16px;height:16px;background-color:#FFF}.yk-switch.is-checked .yk-switch__core{border-color:#2E63FD;background-color:#2E63FD}.yk-switch.is-checked .yk-switch__core::after{left:100%;margin-left:-17px}.yk-switch.is-disabled{opacity:.6}.yk-switch--wide .yk-switch__label.yk-switch__label--left span{left:10px}.yk-switch--wide .yk-switch__label.yk-switch__label--right span{right:10px}.yk-switch .label-fade-enter,.yk-switch .label-fade-leave-active{opacity:0}