.code_bg{
    position: fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
}
.code_close{
    margin-left: auto;
    margin-bottom: 5px;
    z-index: 2147483647;
    cursor: pointer;
    position: relative;
    right: 10px;
    top: 10px;
    display: block;
    width: 12px;
    height: 12px;
    background-image:url(../images/icon-close.png);
}
.icon-login-bg{
    width: 40px;
    height: 20px;
    background: url(../images/icon-refresh.png) center center no-repeat;
    float: right;
}
.code-con{
    position: absolute;
    top:30%;
    width: 330px;
    height: 290px;
    left: 50%;
    margin-left: -160px;
    background-color: #fff;
    z-index: 1000;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.code-img{
    margin: 5px 5px;
    padding: 5px 5px;
    background-color: #f5f6f7;
}
.code-img img{
    display: block;
}
.icon-w-25{
    display: inline-block;
    height: 20px;
}
.icon-push{
    cursor: pointer;
    /*background-position: -149px -98px;*/
}
.code-push{
    height: 20px;
    text-align: center;
}
.code-refresh{
    height: 20px;
    text-align: center;
}
.label-refresh{
    line-height: 20px;
    padding-left: 10px;
    font-size: 14px;
    float: left;
}
.img-refresh{
    display: inline-block;
    width: 100px;
    height: 25px;
    float: right;
    cursor: pointer;
    color: #06c;
    line-height: 1.2;
}
.refresh-txt{
    float: right;
    margin-right: 25px;
}
.code-btn{
    position: relative;
    height: 40px;
    text-align: center;
    color: #999;
    margin: 10px 10px;
    box-sizing: border-box;
    background-color: #f5f6f7;
    border-radius: 25px;
    border: 1px solid #e1e1e1;
}
.code-btn-m{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*background-color: #f5f6f7;*/
    /*border: 1px solid #e1e1e1;*/
    z-index: 5;
    top:-8px;
    left: -6px;
    /*box-shadow: 0 0 3px #ccc;*/
    cursor: grab;
    touch-action: none;
    /*background-position: -63px 10px;*/
}
.code-btn-img{
    background-image:url(../images/slide-btn.png);
    background-repeat: no-repeat;
}
.code-btn.active{
    /*background-position: -134px 10px;*/
    background: #D1E9FE;
}
.code-span{
    line-height: 36px;
    color: #10b2fa;
}
.code-btn-img.error{
    /*background-position: 8px 10px;*/
}
.code-img-con{
    position: relative;
}
.code-mask{
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
}
.code-tip{
    line-height: 20px;
    font-size: 13px;
    color: #06c;
}
.code-tip-red{
    color: red;
}
.code-tip-green{
    color: green;
}
a:link,a:visited,a:hover,a:active {
    /*margin-left: 100px;*/
    color: #0366D6;
}

