

#slider {

    width: 222px;

    height: 40px;

    position: relative;

    border-radius: 2px;

    background-color: #ebece7;

    overflow: hidden;

    text-align: center;

    user-select: none;

    -moz-user-select: none;

    -webkit-user-select: none;
    float: left;

    margin-top: 7px;

    margin-left: 10px;



}





#slider2 {

    /*margin: 100px auto;*/

    width: 222px;

    height: 40px;

    position: relative;

    border-radius: 2px;

    background-color: #ebece7;

    overflow: hidden;

    text-align: center;

    user-select: none;

    -moz-user-select: none;

    -webkit-user-select: none;
    float: left;

    margin-top: 7px;

    margin-left: 10px;

}





.slider_bg {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    background-color: #18cf35;

    z-index: 1;

}



.label {

    width: 40px;

    position: absolute;

    left: 0;

    top: 0;

    height: 40px;

    padding: 0;

    line-height: 40px;

    border: 1px solid #cccccc;

    background: #938872;

    z-index: 3;

    border-radius: 0px;

    cursor: move;

    color: #e5dac4;

    font-size: 12px;
    text-align: center;

    font-weight: 100;

}



.labelTip {

    position: absolute;

    left: 20px;

    width: 100%;

    height: 100%;

    font-size: 13px;

    font-family: 'Microsoft Yahei', serif;

    color: #abaca7;

    line-height: 40px;

    text-align: center;

    z-index: 2;

}