.code_bg{
    position: fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
}
.icon-login-bg{
    /* background-image: url(../img/icon/loginicon.png); */
    background-repeat: no-repeat;
}
.code-con{
    position: absolute;
    top:30%;
    width: 318px;
    left: 50%;
    margin-left: -160px;
    background-color: #fff;
    z-index: 1000;
    -moz-user-select: none;
    -webkit-user-select: none;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
}
.code-img{
    /* margin: 5px 5px; */
    /* padding: 5px 5px; */
    background-color: #f5f6f7;
}
.code-img img{
    display: block;
}
.icon-w-25{
    display: inline-block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.icon-push{
    cursor: pointer;
    background-position: -149px -98px;
}
.code-push{
    height: 25px;
}
.code-btn{
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    margin: 10px 0;
    box-sizing: border-box;
    background-color: #f5f6f7;
    border-radius: 2px;
    border: 1px solid #e6e8eb;
}
.code-btn-m{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    cursor: pointer;
    transition: background .2s linear;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.code-btn-img{
    
}
.code-btn-img .slide-arrow-icon {
    background-image:url(https://imghospitality.buildmost.com/picture_verify/img/right_point_qrrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.code-btn-img.active{
    background-position: -134px 10px;
}
.code-span{
    line-height: 28px;
    font-size: 12px;
}
.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: 30px;
    padding-left: 10px;
    font-size: 12px;
    color: #999;
}
.code-tip-red{
    color: red;
}
.code-tip-green{
    color: green;
}

.code-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.close-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://imghospitality.buildmost.com/picture_verify/img/close-black.png) no-repeat;
    background-size: 100%;
    float: right;
    cursor: pointer;
}
.code-body {
    padding: 15px;
    position: relative;
}
.icon-refer {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://imghospitality.buildmost.com/picture_verify/img/refresh.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}
.code-back-img {
    width: 288px;
    height: 155px;
}
/* .code-front-img {
    width: 60px;
    height: 60px;
} */
img, div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
