@charset "utf-8";
#drag{ 
    position: relative;
    background-color: #e8e8e8;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
#drag .handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 38px;
    border: 1px solid #ccc;
    cursor: move;
}
.handler_bg{
    background: #fff url("../other/8TkmNEjwWgQiUgtQuIjwAxUF3yX3xyGIEIFLwHpKyAWB+I1xGSwxULIGf9A7mQkBwTlhBXAFLHgPgqEAcTkmNCU6AL9d8WII4HOvk3ITkWJAXWUMlOoGQHmsE45ViQ2KuBuASoYC4Wf+OUYxz6mQkgwAAN9mIrUReCXgAAAABJRU5ErkJggg==") no-repeat center;
}
.handler_ok_bg{
    background: #fff url("../other/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==") no-repeat center;
}
#drag .drag_bg{
    background-color: #7ac23c;
    height: 40px;
    width: 0px;
}
#drag .drag_text{
    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; 
}

.authcode2017 { position:relative; z-index:1; *zoom:1;}
.authcode2017 .authcode_btn { float:left; border:1px solid #eee; position:relative; z-index:1; *zoom:1;}
.authcode2017 .authcode_btn li { float:left; clear:none; width:22px; height:46px; padding:1px; cursor:pointer; text-indent:-999em; overflow:hidden;}
.authcode2017 .authcode_btn li.select { border:1px solid #096; padding:0;}
.authcode2017 .authcode_btn .success { display:none; position:absolute; left:0px; right:0px; top:0px; height:38px; padding-top:10px; background:none; background-color:#29b959; text-align:center; color:#fff; font-size:14px; line-height:30px; padding-left:0;}
.authcode2017 .authcode_btn .success .s { display:inline-block; vertical-align:-6px; width:24px; height:23px; background:url(../images/radio_checkbox.png) no-repeat -1px -209px; margin-right:5px;}
.authcode2017 .select .success { display:block;}
.authcode2017 .authcode_txt { float:left; display:inline; margin-left:8px; line-height:46px;}
.authcode2017 .authcode_txt span { color:#f93; font-size:24px;}