
#slider {
    margin-bottom: 20px;
    width: 283px;
    height: 48px;
    position: relative;
    border-radius: 2px;
    background-color: #6d7278;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    color: #fff;
}

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

#label {
    background: url('../img/sendCode.png') no-repeat 5px 5px;
    width: 46px;
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    line-height: 47px;
    z-index: 3;
    cursor: move;
    color: #ff9e77;
    font-size: 16px;
    font-weight: 900;
}

#labelTip {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 'Microsoft Yahei', serif;
    color: #fff;
    line-height: 48px;
    text-align: center;
    z-index: 2;
}
/*
www.coedq.net
www.xttblog.com
*/
