.code_bg{
    position: fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
}
.code-con{
    position: absolute;
    top:30%;
    width: 320px;
    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-push{

}
.icon-close{
    padding-left: 8px;
}
.icon-svg{
    width: 20px;
    height: 20px;
    padding-top: 5px;
}
.code-push{
    height: 25px;
}
.code-btn{
    position: relative;
    height: 30px;
    text-align: center;
    color: #999;
    margin: 10px 10px;
    box-sizing: border-box;
    background-color: #f5f6f7;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.code-btn-m{
    position: absolute;
    width: 40px;
    height: 30px;
    border-radius: 5px;
    background-color: #f5f6f7;
    border: 1px solid #e1e1e1;
    z-index: 5;
    top:-1px;
    left: 10px;
    box-shadow: 0 0 3px #ccc;
    cursor: pointer;
    background-position: -63px 5px;
}
.code-btn-img{
    background-image:url(../images/slider/arrow.png);
    background-repeat: no-repeat;
}
.code-btn-img.active{
    background-position: -134px 5px;
}
.code-span{
    line-height: 28px;
}
.code-btn-img.error{
    background-position: 8px 5px;
}
.code-img-con{
    position: relative;
}
.code-mask{
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
}
.code-tip{
    line-height: 30px;
    vertical-align: 6px;
    padding-left: 10px;
    font-size: 12px;
    color: #999;
}
.code-tip-red{
    color: red;
}
.code-tip-green{
    color: green;
}
