#drag{
    position: relative;
    background-color: #e8e8e8;
    width: 300px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
#drag .handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 32px;
    border: 1px solid #ccc;
    cursor: move;
}
.handler_bg{
    background: #fff url("../img/handle.png") no-repeat center;
}
.handler_ok_bg{
    background: #fff url("../img/ok.png") no-repeat center;
}
#drag .drag_bg{
    background-color: #7ac23c;
    height: 34px;
    width: 0px;
}
#drag .drag_text{
	font-size: 11px;
	color:#504D4D ;
    position: absolute;
    top: 0px;
    width: 300px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none;
}



#liucheng{
    position:relative;
    margin:0;
    padding:0;
    left:20px;
}
#liucheng li{
    margin:0;
    padding:0;
    float:left;
    width:102px;
}
#liucheng li:last-child{
    width:86px;
}
#liucheng li p:first-child{
    font-size:14px;
    font-weight:bold;
    color:#333;
}
#liucheng p{
    margin-top:10px;
    width:100%;
    height:auto;
    text-align:left;
}
#liucheng li p:last-child{
    margin-left:-1px;
    width:65%;
    font-size:12px;
    line-height:130%;
}
#liucheng img{
    height:auto;
    border:none;
}
#liucheng .i66{width:66px;height: 66px;}
#liucheng .i23{width:23px; margin:19px 0 19px 8px;}
/*table*/
#tbs{margin:10px 0;width:100%; font-size:14px;color:#000;}
#tbs tr{
    border-bottom:1px solid #CCC;
}
#tbs tr:last-child{
    border-bottom:none;
}
#tbs td{
    padding-left:15px;
    /*text-indent:13px;*/
    border-left:1px solid #CCC;
}
#tbs td:first-child{
    border-left:none;
    background-color:#FBFBFB;
}
#tbs td:nth-child(3){
    background-color:#FBFBFB;
}
