.el-switch{--el-switch-on-color:var(--el-color-primary);--el-switch-off-color:var(--el-border-color);display:inline-flex;align-items:center;position:relative;font-size:.28rem;line-height:.4rem;height:.64rem;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{transition:var(--el-transition-duration-fast);height:.4rem;display:inline-block;font-size:.28rem;font-weight:500;cursor:pointer;vertical-align:middle;color:var(--el-text-color-primary)}.el-switch__label.is-active{color:var(--el-color-primary)}.el-switch__label--left{margin-right:.2rem}.el-switch__label--right{margin-left:.2rem}.el-switch__label *{line-height:1;font-size:.28rem;display:inline-block}.el-switch__label .el-icon{height:inherit}.el-switch__label .el-icon svg{vertical-align:middle}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;display:inline-block;position:relative;width:.8rem;height:.4rem;border:.02rem solid var(--el-switch-off-color);outline:0;border-radius:.2rem;box-sizing:border-box;background:var(--el-switch-off-color);cursor:pointer;transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration);vertical-align:middle}.el-switch__core .el-switch__inner{position:absolute;top:.02rem;left:.02rem;transition:all var(--el-transition-duration);width:.32rem;height:.32rem;display:flex;justify-content:center;align-items:center;left:50%;white-space:nowrap}.el-switch__core .el-switch__inner .is-icon,.el-switch__core .el-switch__inner .is-text{color:var(--el-color-white);transition:opacity var(--el-transition-duration);position:absolute;-webkit-user-select:none;user-select:none}.el-switch__core .el-switch__action{position:absolute;top:.02rem;left:.02rem;border-radius:var(--el-border-radius-circle);transition:all var(--el-transition-duration);width:.32rem;height:.32rem;background-color:var(--el-color-white);display:flex;justify-content:center;align-items:center;color:var(--el-switch-off-color)}.el-switch__core .el-switch__action .is-icon,.el-switch__core .el-switch__action .is-text{transition:opacity var(--el-transition-duration);position:absolute;-webkit-user-select:none;user-select:none}.el-switch__core .is-text{font-size:.24rem}.el-switch__core .is-show{opacity:1}.el-switch__core .is-hide{opacity:0}.el-switch.is-checked .el-switch__core{border-color:var(--el-switch-on-color);background-color:var(--el-switch-on-color)}.el-switch.is-checked .el-switch__core .el-switch__action{left:100%;margin-left:-.34rem;color:var(--el-switch-on-color)}.el-switch.is-checked .el-switch__core .el-switch__inner{left:50%;white-space:nowrap;margin-left:-.34rem}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:.2rem}.el-switch--wide .el-switch__label.el-switch__label--right span{right:.2rem}.el-switch .label-fade-enter-from,.el-switch .label-fade-leave-active{opacity:0}.el-switch--large{font-size:.28rem;line-height:.48rem;height:.8rem}.el-switch--large .el-switch__label{height:.48rem;font-size:.28rem}.el-switch--large .el-switch__label *{font-size:.28rem}.el-switch--large .el-switch__core{width:1rem;height:.48rem;border-radius:.24rem}.el-switch--large .el-switch__core .el-switch__action,.el-switch--large .el-switch__core .el-switch__inner{width:.4rem;height:.4rem}.el-switch--large.is-checked .el-switch__core .el-switch__action,.el-switch--large.is-checked .el-switch__core .el-switch__inner{margin-left:-.42rem}.el-switch--small{font-size:.24rem;line-height:.32rem;height:.48rem}.el-switch--small .el-switch__label{height:.32rem;font-size:.24rem}.el-switch--small .el-switch__label *{font-size:.24rem}.el-switch--small .el-switch__core{width:.6rem;height:.32rem;border-radius:.16rem}.el-switch--small .el-switch__core .el-switch__action,.el-switch--small .el-switch__core .el-switch__inner{width:.24rem;height:.24rem}.el-switch--small.is-checked .el-switch__core .el-switch__action,.el-switch--small.is-checked .el-switch__core .el-switch__inner{margin-left:-.26rem}