﻿.slider-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: -7px;
    z-index: 12;
    cursor: pointer;
    background-image: url(sprite.3.2.0.png);
    background-position: 0 -84px;
    transition: inherit;
}

.ver-tips {
    position: absolute;
    left: 0;
    bottom: -22px;
    background: rgba(255,255,255,.9);
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0 8px;
    transition: all .4s;
    z-index:123;
    box-sizing:border-box;
}

.slider-tips {
    bottom: 0;
}

.ver-tips i {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: top;
    background-image: url(sprite.3.2.0.png);
    background-position: -4px -1229px;
}

.ver-tips span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    color: #455;
}

.active-tips {
    display: block;
}

.hidden {
    display: none;
}

.re-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    padding: 0 16px;
    z-index:20;
}

    .re-btn a {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 7px 10px;
        background-image: url(sprite.3.2.0.png);
        background-position: 0 -1179px;
        cursor: pointer;
    }

        .re-btn a:hover {
            background-position: 0 -1193px;
        }





.err {
    margin: 12px 0 0;
    line-height: 12px;
    height: 12px;
    font-size: 12px;
    color: red;
}

.validate_img_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 111210;
    top: 0;
    left: 0;
    display: none;
}

.logo-box {
    width: 404px;
    margin: 120px auto;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    height: 360px;
    z-index: 111240;
    background: #fff;
}

.validate_img_box .va_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.51);
    z-index: 111213;
}

.validate_img_box .verBox {
    width: 367px;
    background: #F2ECE1;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 40px;
    position:relative;
    z-index:20;
    padding-bottom:25px;
   
}


.validate_img_box #imgVer {
    position: relative;
    z-index: 2;
    width: 327px;
    height: 147px;
    overflow:hidden;
}

.validate_img_box .bgpc {
    width: 327px;
    height: 147px;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    opacity: 1;
    top: 0;
    left: 0;
}

.validate_img_box .bigpc {
    width: 327px;
    height: 147px;
    margin: 0 auto;
    background: url(images/var-4.jpg) no-repeat center;
    position: relative;
    z-index: 22;
}

.validate_img_box .smpc {
    width: 50px;
    height: 50px;
    background: #455;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 23;
    /*box-shadow: 0 0 3px 3px #ff6a00;*/
}

.slidebox {
    position: relative;
    width: 327px;
    margin: auto;
    margin-top:40px;
}

    .slidebox .wz {
        border: 1px solid #c3c3c3;
        border-radius: 24px;
        background: #ece4dd;
        box-shadow: 0 1px 1px rgba(12,10,10,0.2) inset;
    }

    .slidebox p {
        font-size: 12px;
        color: #486c80;
        line-height: 28px;
        margin: 0;
        text-align: center;
        padding-right: 22px;
    }
