.lcs_wrap{display:inline-block;direction:ltr;height:28px;vertical-align:middle;}
.lcs_switch{width:73px;height:28px;border-radius:30px;background:#ddd;overflow:hidden;cursor:pointer;transition:background .2s ease-in-out;display:inline-block;position:relative;}
.lcs_cursor{display:inline-block;width:28px;height:28px;border-radius:100%;background:#fff;float:left;box-shadow:0 1px 2px rgba(0,0,0,.2);}
.lcs_label{font-family:Arial,sans-serif;font-size:12px;letter-spacing:1px;line-height:28px;color:#fff;font-weight:700;text-align:center;position:absolute;top:0;width:65px;right:0;}
.lcs_switch.lcs_on{background:#37aa91;}
.lcs_switch.lcs_on .lcs_cursor{float:right;}
.lcs_switch.lcs_on .lcs_label{left:0;right:auto;}
