div.captcha-box,html body #captcha{width:120px!important;height:50px!important;padding:0;margin:0;display:inline-block;border:none!important}html body div.captcha-box img,html body #captcha img{border:none!important;float:left!important;padding:0;margin:0;}div.captcha-box:before{content:"";width:18px;height:18px;z-index:2;position:absolute;right:0;cursor:pointer;background-image:url("/images/refresh.png")}
.sc_container {
    position: absolute;
    /*top: 70px;*/
    left: 112px;
    display: none;
}

.sc_container_gzh {
    position: absolute;
    top: 70px;
    left: 146px;
    display: none;
}


.sc_box {
    width: 302px;
    height: 302px;
    position: relative;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #e4e7eb;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -ms-touch-action: none;
    touch-action: none;
}

.sc-captcha-head {
    padding: 0 15px;
    height: 50px;
    text-align: left;
    font-size: 0;
    color: #45494c;
    border-bottom: 1px solid #e4e7eb;
    white-space: nowrap;
    height: 50px;
}

.sc-captcha-head .before {
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.sc-captcha-head .tips {
    font-size: 16px;
    line-height: 50px;
    vertical-align: middle;
    white-space: normal;
}

.sc-captcha-head .close {
    position: absolute;
    top: 13px;
    right: 9px;
    width: 24px;
    height: 24px;
    text-align: center;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
}

.sc-captcha {
    width: 300px;
    /*margin: 100px auto;*/
}

.sc_net_panel {
    padding: 10px;
}

.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-radius: 5px;
    border: #808080 1px solid;
    width: 37px;
    line-height: 37px;
    cursor: pointer;
    background-color: #fff;
}

.sc_net_slider_icon:hover {
    color: #fff;
    background: #1991fa;
}

.sc_net_slider_text {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 280px;
    color: #45494c;
    border: #808080 1px solid;
    border-radius: 5px;
    line-height: 35px;
    height: 37px;
    cursor: default;
    border: 1px solid #e4e7eb;
    background-color: #f7f9fa;
}

.sc_net_slider_area {
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
}

.sc_net_success {
    width: 280px;
    height: 155px;
    background-color: #f7f9fa;
    text-align: center;
    display: none;
}

.sc_net_success .text{
    font-size: 20px;
    padding-top: 62px;
    text-align: center;
}