﻿
/** {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }*/

#back {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 999;
    visibility: hidden;
    opacity: 1;
    transition: opacity .2s;
}
    #back.show {
        visibility: visible;
    }
/*滑块容器*/
#slidecaptchacontainer {
    position: absolute;
    width: 300px;
    height: 240px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -150px;
    border: 1px solid #ccc;
    user-select: none;
    border-radius: 10px;
    /*transform: translate(-50%, -50%);*/
}
.sc-captcha {
    width: 300px;
    height: 240px;
}

.sc_net_panel:first-child {
    padding: 10px;
}
.sc_net_panel:last-child {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.sc_net_panel > div {
        position: relative;
}

.bg_slider {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.sc_net_slider_icon {
    touch-action: none;
    /*user-select: none;*/
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    text-align: center;
    border-radius: 3px;
    width: 45px;
    line-height: 45px;
    cursor: pointer;
    border: #ccc 1px solid;
    background: #fff;
    z-index: 2000;
}






.bg_refresh {
    position: absolute;
    right: 5px;
    bottom: 10px;
    background: #808080;
    color: #fff;
    border-radius: 3px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 1001
}

#bg_close {
    position: absolute;
    right: 5px;
    top: 8px;
    background: #808080;
    color: #fff;
    border-radius: 3px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 1001
}



.sc_net_slider_icon:hover, .sc_net_slider_icon:active {
    color: #fff;
    background: var(--primary-color);
}

.slider_error {
    border: #ccc 1px solid !important;
    background: #ed9d9d !important;
}




.slider_success {
    border: #1ab394 1px solid !important;
    background: #1ab394 !important;
    color: #fff !important;
}


.sc_net_slider_text {
   
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f7f9fa;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 280px;
    color: #45494c;
    border: #ccc 1px solid;
    border-radius: 3px;
    line-height: 45px;
    height: 45px;
    cursor: default;
    z-index: 1;
}

.text_success {
    border-color: #1ab394 !important;
}

.sc_net_slider_area {
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
}

