/* * {
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            } */

            .sc-captcha {
                width: 360px;
                margin: 100px auto;
            }

           

            .sc_net_panel>div {
                position: relative;
            }

            .bg_slider {
                position: absolute;
                left: 0;
                top: 0;
            }

            .bg_refresh {
                position: absolute;
                right: 5px;
                top: 5px;
                /*background: #808080;*/
                color: #fff;
                border-radius: 3px;
                width: 16px;
                line-height: 16px;
                text-align: center;
                cursor: pointer;
            }

            .sc_net_slider_icon {
                position: absolute;
                left: 0;
                top: 0;
                height: 37px;
                text-align: center;
                border: #52ccba 1px solid;
                width: 37px;
                line-height: 37px;
                cursor: pointer;
                background: #52ccba;
                color: #fff;
                font-size: 20px;
                border-radius: 2px;
                box-shadow: 0 0 3px rgba(0,0,0,.3);
            }

            .sc_net_slider_icon:hover {
                color: #fff;
                background: #1991fa;
                border: 1px solid #1991fa;
            }

            .sc_net_slider_text {
                position: absolute;
                left: 0;
                top: 0;
                text-align: center;
                width: 360px;
                color: #45494c;
                border: 1px solid #e4e7eb;
                background-color: #f7f9fa;
                border-radius: 2px;
                line-height: 37px;
                height: 37px;
                cursor: default;
            }

            .sc_net_slider_area {
                position: absolute;
                left: 0;
                top: 0;
                height: 37px;
                background-color: #d2f4ef;
                border: 1px solid #52ccba;
            }
/* #captcha_div>div.sc_net_panel{position: absolute; bottom: 40px;display: none;}
#captcha_div2>div.sc_net_panel{position: absolute; bottom: 40px;display: none;}
#captcha_div3>div.sc_net_panel{position: absolute; bottom: 40px;display: none;} */