.sw-captcha {
    z-index: 999;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    margin: auto;
    font-size: 14px;
    touch-action: none;
}

.sw-captcha .sw-captcha-panel {
    width: 100%;
    height: 165px;
    position: relative;
    user-select: none;
    display: none;
}

.sw-captcha .sw-captcha-panel-placeholder {
    pointer-events: auto;
    padding-top: 50%;
}

.sw-captcha .sw-captcha-images {
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sw-captcha .sw-captcha-loadbox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url(../images/icon_light.png);
    background-color: #f7f9fa;
    background-position: 50%;
    background-size: cover;
}

.sw-captcha .sw-captcha-loadbox .sw-captcha-loadbox-inner {
    position: relative;
    top: 50%;
    margin-top: -25px;
}

.sw-captcha .sw-captcha-loadbox .sw-captcha-loadbox-inner .sw-captcha-loadicon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.sw-captcha .sw-captcha-loadbox .sw-captcha-loadbox-inner .sw-captcha-loadtext {
    display: block;
    line-height: 20px;
    color: #45494c;
}

.sw-captcha .sw-captcha-top-right {
    float: left;
}

.sw-captcha .sw-captcha-top {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 98px;
    z-index: 2;
    background-color: rgba(0,0,0,.12);
}

.sw-captcha .sw-captcha-top-right {
    float: right;
}

.sw-captcha .sw-captcha-refresh {
    float: left;
    background-image: url(../images/icon_light.png);
    background-position: 0 -729px;
    background-size: 40px 1497px;
    width: 30px;
    height: 30px;
    margin-left: 4px;
    cursor: pointer;
    font-size: 0;
    vertical-align: top;
    text-indent: -9999px;
    text-transform: capitalize;
    border: none;
    background-color: transparent;
}

.sw-captcha-bg-img-div {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(0px, 0px);
}

.sw-captcha-slider-img-div {
    height: 100%;
    position: absolute;
    transform: translate(0px, 0px);
}

.sw-captcha-bg-img-div img {
    width: 100%;
}

.sw-captcha-slider-img-div img {
    height: 100%;
}

.sw-captcha .sw-captcha-slider-move {
    height: 60px;
    width: 100%;
    margin: 11px 0;
    position: relative;
}

.sw-captcha .sw-captcha-bottom {
    height: 19px;
    width: 100%;
}

.sw-captcha-slider-move .sw-captcha-slider-move-track {
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    /*white-space: nowrap;*/
    color: #88949d;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.sw-captcha {
    user-select: none;
}

.sw-captcha img {
    pointer-events: none;
    border: 0;
}

.sw-captcha .sw-captcha-control {
    position: relative;
    border: 1px solid #e4e7eb;
    background-color: #f7f9fa;
}

.sw-captcha .sw-captcha-slide-indicator {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    border: 0px solid #1919fa;
    background-color: #d1e9fe;
    border-radius: 2px;
}

.sw-captcha .sw-captcha-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgb(0,0,0,0.3);
    cursor: pointer;
    transition: background .2s linear;
    border-radius: 2px;
    display: flex;
    justify-content: center;
}

.sw-captcha .sw-captcha-slider .sw-captcha-slider-icon {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 14px;
    height: 10px;
    background-image: url(../images/icon_light.png);
    background-position: 0 -15px;
    background-size: 40px 1497px;
}

.sw-captcha .sw-captcha-tips {
    padding-left: 40px;
    text-align: center;
    color: #45494c;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
}

.sw-captcha .sw-captcha-tips-before {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
}

.sw-captcha .sw-captcha-tips-content {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 14px;
    line-height: 18px;
    zoom: 1;
}

.sw-captcha .sw-captcha-tips-text {
    vertical-align: middle;
    word-break: break-word;
}

.sw-captcha .sw-captcha-tips-answer.hide {
    display: none;
}

.sw-captcha-slider-move .sw-captcha-slider-move-btn {
    transform: translate(0px, 0px);
    background-position: -5px 11.79625%;
    position: absolute;
    top: -12px;
    left: 0;
    width: 66px;
    height: 66px;
    color: #00599c
}

.sw-captcha-slider-move-btn:hover, .sw-captcha-close-btn:hover, .sw-captcha-refresh-btn:hover {
    cursor: pointer
}

.sw-captcha-bottom .sw-captcha-refresh-btn {
    width: 20px;
    height: 20px;
    background-position: 0 81.38425%;
}

.sliderContainer_active .sw-captcha-slider {
    top: -1px;
    border: 1px solid #1991FA;
}

.sliderContainer_active .sw-captcha-slide-indicator {
    border-width: 1px 0 1px 1px;
}

.sliderContainer_success .sw-captcha-slider {
    top: -1px;
    border: 1px solid #52CCBA;
    background-color: #52CCBA !important;
}

.sliderContainer_success .sw-captcha-slide-indicator {
    border: 1px solid #52CCBA;
    border-width: 1px 0 1px 1px;
    background-color: #D2F4EF;
}

.sliderContainer_success .sw-captcha-slider-icon {
    width: 14px;
    height: 14px;
    background-image: url(../images/icon_light.png);
    background-position: 0 0;
    background-size: 40px 1497px;
}

.sliderContainer_fail .sw-captcha-slider {
    top: -1px;
    border: 1px solid #f57a7a;
    background-color: #f57a7a !important;
}

.sliderContainer_fail .sw-captcha-slide-indicator {
    border: 1px solid #f57a7a;
    background-color: #fce1e1;
    border-width: 1px 0 1px 1px;
}

.sliderContainer_fail .sw-captcha-slider-icon {
    width: 14px;
    height: 14px;
    background-image: url(../images/icon_light.png);
    background-position: 0 -15px;
    background-size: 40px 1497px;
}