
.safe-captcha .nc-container, .safe-captcha .nc-container>div, .safe-captcha .nc_wrapper {
    width: 100% !important;
    height: 100% !important;
}
.safe-captcha .nc_scale {
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.safe-captcha {
    position: relative;
    width: 100%;
    height: 40px;
}
/*滑动按钮样式*/
.safe-captcha .nc-container .nc_scale span {
    width: 60px;
    height: 100%;
    line-height: 40px;
    box-sizing: border-box;
}

.nc-container .nc_scale .nc_ok, .nc-container .nc_scale .nc_bg {
    background-color: #FFB700 !important;
}

