.ba-click-captcha {
    padding: 12px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    position: fixed;
    z-index: 9999991;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow:
        0 0 0 1px hsla(0, 0%, 100%, 0.3) inset,
        0 0.5em 1em rgba(0, 0, 0, 0.6);
}

.ba-click-captcha .loading {
    color: #909399;
    width: 350px;
    text-align: center;
    line-height: 200px;
}

.ba-click-captcha .captcha-img-box {
    position: relative;
}

.ba-click-captcha .captcha-img-box .captcha-img {
    width: 350px;
    height: 200px;
    border: none;
    cursor: pointer;
}

.ba-click-captcha .captcha-img-box .step {
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: 1px solid #ebeef5;
    background-color: #409eff;
    border-radius: 30px;
    box-shadow: 0 0 10px #fff;
    user-select: none;
    cursor: pointer;
}

.ba-click-captcha .captcha-prompt {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #909399;
}

.ba-click-captcha .captcha-prompt span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #f56c6c;
}

.ba-click-captcha .captcha-prompt span.clicaptcha-clicked {
    color: #409eff;
}

.ba-click-captcha .captcha-refresh-box {
    position: relative;
    margin-top: 10px;
}

.ba-click-captcha .captcha-refresh-box .captcha-refresh-line {
    position: absolute;
    top: 16px;
    width: 140px;
    height: 1px;
    background-color: #ccc;
}

.ba-click-captcha .captcha-refresh-box .captcha-refresh-line-l {
    left: 5px;
}

.ba-click-captcha .captcha-refresh-box .captcha-refresh-line-r {
    right: 5px;
}

.ba-click-captcha .captcha-refresh-box .captcha-refresh-btn {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #909399;
}

.ba-layout-shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999990;
}

#click-captcha-container {
    display: none;
}

#click-captcha-container.show {
    display: block;
}
