#slider {
    height: 40px;
    position: relative;
    background-color: #f2f2f2;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    /* margin-top: 10px; */
    border: 1px solid #f2f2f2;
}

#slider_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #0785dc;
    z-index: 1
}

#label {
    width: 46px;
    position: absolute;
    left: -1px;
    top: 0;
    height: 40px;
    line-height: 40px;
    background: #fff;
    z-index: 3;
    cursor: move;
    color: #666;
    font-size: 14px;
}

#labelTip {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: microsoft yahei, serif;
    color: #999;
    line-height: 40px;
    text-align: center;
    z-index: 2
}




#slider1 {
    height: 40px;
    position: relative;
    background-color: #f2f2f2;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    /* margin-top: 10px; */
    border: 1px solid #f2f2f2;
}

#slider_bg1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #0785dc;
    z-index: 1
}

#label1 {
    width: 46px;
    position: absolute;
    left: -1px;
    top: 0;
    height: 40px;
    line-height: 40px;
    background: #fff;
    z-index: 3;
    cursor: move;
    color: #666;
    font-size: 14px;
}

#labelTip1 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: microsoft yahei, serif;
    color: #999;
    line-height: 40px;
    text-align: center;
    z-index: 2
}