.code-image {
    height: 38px;
    width: 100px;
    border: 1px solid #ced4da;
    display: inline-block;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: -1px;
    margin-right: 6px;
    cursor: pointer;
}


.captcha_content{
    position: relative;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #D9F3EF;
    border: 1px solid #0FBDA0;
    border-radius: 4px;
    width: 400px;
}

.captcha_logo{
    position: absolute;
    top: 50%;left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #0FBDA0;
    border-radius: 16px;
}

.captcha_logo_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-47%);
    width: 9px;
    height: 9px
}

.captcha_logo_content{
    display: inline-block;
    position: relative;
    width: 28px;height: 28px;
    border-radius: 28px;
    line-height: 28px;
    margin-right: 7px;
    vertical-align: middle;
    margin-top: -3px;
}


.captcha_logo:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0FBDA0;
    position: absolute;
    top: 0;
    -webkit-animation: shield-breathing 1s ease-out infinite;
    animation: shield-breathing 1s ease-out infinite;
    border-radius: 50%;
}


@keyframes shield-breathing
{
    0% {
        transform: scale(1);
        opacity: 0.0;
    }
    25% {
        transform: scale(1.2);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(1.7);
        opacity: 0.5;
    }
    100% {
        transform: scale(2);
        opacity: 0.0;
    }
}
@-webkit-keyframes shield-breathing {
    0% {
        transform: scale(1);
        opacity: 0.0;
    }
    25% {
        transform: scale(1.2);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(1.7);
        opacity: 0.5;
    }
    100% {
        transform: scale(2);
        opacity: 0.0;
    }
}


/* 滑块验证码样式 */
#imgscode{
    z-index: 998;
}

.code-k-div{

}
.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(../image/slide/loginicon.png);
    background-repeat: no-repeat;
}
.code-con{
    position: absolute;
    bottom:0;
    left: 0;
    width: 320px;
    background-color: #fff;
    z-index: 1080;
    -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;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.icon-push{
    cursor: pointer;
    background-position: -149px -98px;
}
.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: 15px;
    border: 1px solid #e1e1e1;
}
.code-btn-m{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f6f7;
    border: 1px solid #e1e1e1;
    z-index: 5;
    top:-8px;
    left: 10px;
    box-shadow: 0 0 3px #ccc;
    cursor: pointer;
    background-position: -63px 10px;
}
.code-btn-img{
    background-image:url(../image/slide/arrow.png);
    background-repeat: no-repeat;
}
.code-btn-img.active{
    background-position: -134px 10px;
}
.code-span{
    line-height: 28px;
}
.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;
}
