/**
 * dragverify.css for dragverify default cascading style sheets
 *
 * @author hbsndg_code
 * @version 1.0
 * @createdtime 2015-11-12
 * @contact hbsndg_code@126.com
 */

/*body, div, dl, dt, dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote，th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption, cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
capation,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before, q:after{content:' '}
abbr,acronym{border:0;}
html,body{font-family: "Microsoft Yahei", Arial, Helvetica, Roboto, sans-serif;font-size:16px;}*/
#dragverify1,
#dragverify2
{
    position: relative;
    background-color: #e8e8e8;
    width: 4.6rem;
    height: 48px;
    line-height: 48px;
    text-align: center;
    /* margin: 24px 0 24px 6px; */
    border-radius: 2px;
    }
#dragverify1 .block,
#dragverify2 .block
{
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 46px;
    border: 1px solid #cccccc;
    cursor: move;
    }
.blockbg{background:#ffffff url(../img/blockbg.png) no-repeat center;}
.blockbgsuc{background:#ffffff url(../img/suc.png) no-repeat center;}
#dragverify1 .dragverifybg,#dragverify2 .dragverifybg{background-color: #01afba;height:48px;width:0;}
#dragverify1 .dragverifytext,#dragverify2 .dragverifytext{position:absolute;top:0;width:410px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}
