slider {
    display:block;
    width:192px;
    color:#444;
    border:dashed #999 1px;
    padding:7px 7px 11px 7px;
    border-radius:2px;
    overflow:hidden;
    box-sizing:border-box;
    margin:0 10px 10px 0px;
    float:left;
}

slider .l {
    display:block;
    font-size:12px;
    font-family:arial;
    color:#444;
    margin:0 0 5px 0;
}

slider .g {
    display:block;
    background:transparent;
    border:solid #999 1px;
    border-radius:3px;
    height:8px;
    box-sizing:border-box;
    margin:10px 0 0 0;
}

slider .g>div {
    display:block;
    background:#5080fa;
    height:9px;
    position:absolute;
    margin-top:-1px;
    box-sizing:border-box;
}

slider .s {
    display:block;
    position:absolute;
    width:18px;
    height:18px;
    padding:5px;
    box-sizing:border-box;
    background:#fff;
    border:solid #999 1px;
    border-radius:12px;
    margin:-12px 0 0 0;
    cursor:pointer;
}

slider input {
    display:inline-block;
    width:78px !important;
    margin:0;
    box-sizing:border-box;
    padding:3px 5px;
    border-radius:2px;
    border:solid #888 1px;
}
