#drag{
    position: relative;
    background-color: #eee;
    width: 340px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    
}
#drag .handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 46px;
    height:46px;
    border: 1px solid #ccc;
    cursor: move;
}
.handler_bg{
   background:#fff url(../../images/order-img/jiantou-y.png) no-repeat center;
   background-size: 20px;
}
.handler_ok_bg{
    background:#fff url(../../images/order-img/xuanz.png) no-repeat center;
   background-size: 20px;
}
#drag .drag_bg{
    height: 46px;
    width: 0px;
    background: #fff7f1;
    border: 1px solid #ffceae
}
#drag .drag_text{
    position: absolute;
    top: 0px;
    width: 340px;
    color:#9c9c9c;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none;

    font-size: 14px;        //  add
}