.limit-show-layer{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #edf7fc;
    text-align: center;
    align-items: center;
    justify-content: center;
    .limit-panel, .pretected-panel{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -201px;
        margin-top: -94px;
        .tips{
            font-size: 20px;
            opacity: .6;
        }
        .note-tit{
            margin-bottom: 20px;
            line-height: 180%;
            font-size: 20px;
        }
    }
    .note-error-code{
        position: absolute;
        bottom: 20px;
        right: 20px;
        opacity: .6;
    }
    .limit-panel{
        .wait-time{
           b {
             font-weight: bold;
           }
        }
        .btn-reload{
            display: inline-block;
            line-height: 40px;
            height: 40px;
            width: 150px;
            font-size: 16px;
            text-align: center;
            color:#3b9eff;
            text-decoration: none;
            margin-top: 20px;
            margin-bottom: 20px;
            border-radius: 39px;
            border: 1px solid #3b9eff;
        }
    }
    .pretected-panel{
        .nc-container{
            font-size: 12px;
            -ms-touch-action: none;
            touch-action: none;
        }
        #nocaptcha { margin-top: 20px; margin-right:0;height: 64px;}
        #nocaptcha #nc_1_wrapper,.nc-container.tb-login #nc_1_wrapper {width:100%;height: 100%;background-color: rgba(59, 158, 255, 0.3);border-radius: 38px;}
        #nocaptcha .nc_scale{top:6px;height: 54px;margin-left: 6px;margin-right: 6px;background-color: transparent;border-radius: 33px;}
        #nocaptcha .nc_scale .btn_slide {
            width: 80px;
            height: 52px;
            border-radius: 32px;
            color:#3b9eff;
            font-size: 25px;
            font-weight: 400;
            border-color: transparent;
            border-bottom-color: rgba(0,0,0,.11);
        }
        #nocaptcha .nc_scale span{
        line-height: 52px;
        }
        #nocaptcha .nc_scale .nc_ok, #nocaptcha .nc_scale .nc_bg{
            left: 40px;
            background-color: #3b9eff;
            border-radius: 33px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }
        #nocaptcha .nc_scale .nc_bg:after{
            content: '';
            display: inline-block;
            position: absolute;
            left: -40px;
            top: 0;
            height: 100%;
            width: 41px;
            background-color: #3b9eff;
            border-top-left-radius: 33px;
            border-bottom-left-radius: 33px;
        }

        #nocaptcha .nc_scale .imgCaptcha, #nocaptcha .nc_scale .clickCaptcha,
        #nocaptcha .imgCaptcha div{background: none;}
        #nocaptcha .imgCaptcha, #nocaptcha .clickCaptcha {
            margin-left: 33px;
            margin-right: 33px;
            border-color: none;
        }
        #nocaptcha .imgCaptcha,
        #nocaptcha .nc_scale .clickCaptcha{
            top: 70px;
            border-color: transparent;
        }

        #nocaptcha .imgCaptcha .btn_refresh{
            background-color: transparent;
            color: #3b9eff;
        }
        #nocaptcha .imgCaptcha .imgCaptcha_btn{
            background: #3b9eff;
        }
        #nocaptcha .errloading{
            width: auto;
            margin-right: 40px;
            height: 76px;
            padding: 0 15px;
            border-color: #3b9eff;
            color: #3b9eff;
            border-radius: 38px;
            line-height: 76px;
            text-align: center;
        }
        #nocaptcha .errloading .icon_warn{
            color: #3b9eff;
            display: inline-block;
            float: none;
            vertical-align: middle;
            margin-right: 12px;
            margin-top: -1px;
        }
    }
}