/*滑动验证*/
.sc-captcha {
    width: 300px;
    margin: 10px 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;
}

    .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;
}

.sc_net_slider_area {
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
}
/*滑动验证结束*/
