/**
 * 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, pre, form, fieldset, input, textarea, p, blockquote，th, td {
}

/* h1,h2,h3,h4,h5,h6{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;
}

#dragverify {
    position: relative;
    background-color: #e8e8e8;
    width: 98%;
    height: 100%;
    line-height: 34px;
    text-align: center;
}

#dragverify .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 34px;
    border: 1px solid #cccccc;
    cursor: move;
}

.blockbg {
    background: #ffffff url(../img/blockbg-d82b05d67a74af6c50ef03b6205dbc9a.png) no-repeat center;
}

.blockbgsuc {
    background: #ffffff url(../img/suc-0adbb9686d82ac462dc65d1a5de16997.png) no-repeat center;
}

#dragverify .dragverifybg {
    background-color: #7ac23c;
    height: 36px;
    width: 0;
}

#dragverify .dragverifytext {
    position: absolute;
    top: 0;
    width: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
