.verify-mask {
    background: rgba(0, 0, 0, .3);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .5s;
    width: 100%;
    z-index: 3001;
}
.verifybox {
    max-width: 360px;
    background-color: #fff;
    border: 1px solid #e4e7eb;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-sizing: border-box;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}
.verifybox-top {
    border-bottom: 1px solid #e4e7eb;
    box-sizing: border-box;
    color: #45494c;
    font-size: 16px;
}
.verifybox-top .erifybox-title {
    color: #45494c;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-align: left;
}
.verifybox-top .verifybox-close {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 9px;
    text-align: center;
    top: 13px;
    width: 24px;
}
.slide-box{
    display: block;
    position: relative;
}
.scroll-bar{
    margin-top: 3px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    box-sizing: content-box;
}
.slide-btn{
    position: absolute;
    left: -1px;
    top: -1px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-color: rgb(221, 221, 221);
    box-sizing: content-box;
    cursor: pointer;
    z-index: 399;
}
.slide-btn i {
    font-size: 18px;
}
.slide-title{
    cursor: default;
    position: absolute;
    left: 40px;
    font-size: 12px !important;
    color: #486c80;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    width: 285px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.slide-img-border{
    padding: 15px;
}
.slide-img-div{
    width: 330px;
    height: 157px;
    position: relative;
}
.slide-img-div img{
    width: 100%;
    height: 100%;
}
.slide-refresh{
    position: absolute;
    right: 5px;
    zoom: 1;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    margin: 6px 0 0 18px !important;
    height: 16px;
    width: 16px;
    background-image: url(../verify/refresh.png);
    background-repeat: no-repeat;
    z-index: 99;
}

.slide-box-shadow{
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) inset;
}
.slide-block{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 1px solid #fff;
    background-size: 330px 157px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4), 0 0 10px 0 rgba(90, 90, 90, 0.4);
    box-sizing: border-box;
    z-index: 10;
}
.slide-img-nopadding{
    position: relative;
    width: 100%;
    height: 100%;    
}
.slide-icon{
    float: left;
    height: 22px;
    width: 26px;
}
.slide-icon{
    background-image: url("../verify/slide-icon.png");
    background-repeat: no-repeat;
}
.slide-img-hint{
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 12px !important;
    line-height: 22px !important;
    margin: 0 auto;
    position: relative;
}
.slide-text{
    text-align: left !important;
    color: #4b3f33;
}
.slide-img-hint-info{
    height: 22px;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
    background: #d8d2ca;
    transition: height 0.3s;
    z-index: 11;
}
.redColor{
    color: red;
}
.greenColor{
    color: green;
}
