.ui-switch {
    position: relative;
    box-sizing: border-box;
    width: 51px;
    height: 31px;
    cursor: pointer;
}

.ui-switch.ui-dis {
  opacity: 0.5;
}

