/* 2021.04.16拼图验证 */
/* 个人新增 */
.imgVer-warper{
    z-index: 99999;
    position: fixed;
    top: 50%;
    right: 50%;
}
.imgVer-warper .inner-bgBox{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 20px;
    margin-top: -182px;
}
.imgVer-warper .imgVerTitle{
}
#imgVer {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    /* position: fixed; */
    /* width: 100%;
    height: 100%; */
    padding: 15px 15px 20px;
    background-color: #fff;

}
#imgVer .imgVer-inner{
    /* padding: 15px;
    background-color: #fff; */
}
#imgVer .imgVer-inner .imgVerTitle{
    margin: 15px 0;
    font-size: 16px;
    /* line-height: 40px; */
    color: #333;
}
#imgVer .imgVer-inner .imgVer-close{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url('../images/verImgs/cloaseIcon.png') no-repeat center center/100% 100%;
    cursor: pointer;

}
/* 滑动按钮 */
#imgVer .slider-btn {
    position:absolute;
    width:44px;
    height:44px;
    left:0;
    top:-7px;
    z-index:12;
    cursor:pointer;
    background-image:url("../images/verImgs/sprite.3.2.0.png");
    background-position:0 -84px;
    transition:inherit;
}
/* 验证提示 */
#imgVer .ver-tips {
    position:absolute;
    left:0;
    bottom:-28px;
    background:#fff;
    height:28px;
    line-height:28px;
    font-size:13px;
    width:100%;
    margin:0;
    text-align:left;
    padding:0 8px;
    transition:all 0.4s;
}
#imgVer .slider-tips {
    bottom:0;
}
#imgVer .ver-tips i {
    position: relative;
    top: 3px;
    display:inline-block;
    width:22px;
    height:22px;
    vertical-align:top;
    background-image: url("../images/verImgs/sprite.3.2.0.png");
    background-position: -4px -1229px;
}
#imgVer .ver-tips span {
    display:inline-block;
    vertical-align:top;
    line-height:28px;
    color:red;
}
#imgVer .active-tips {
    display:block;
}

#imgVer .hidden {
    display:none;
}
/* 刷新 */
#imgVer .re-btn {
    position:absolute;
    left:0;
    bottom:0;
    height:28px;
    padding:0 16px;
}
#imgVer .re-btn a {
    display:inline-block;
    width:14px;
    height:14px;
    margin:7px 0;
    background-image: url("../images/verImgs/sprite.3.2.0.png");
    background-position: 0 -1179px;
    cursor:pointer;
}
#imgVer .re-btn a:hover {
    background-position: 0 -1193px;
}
