﻿.slider-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: -7px;
    z-index: 12;
    cursor: pointer;
    background-image: url(../images/sprite.3.2.0.png);
    background-position: 0 -84px;
    transition: inherit
}
.ver-tips {
    position: absolute;
    left: 0;
    bottom: -22px;
    background: rgb(220 236 240 / 0.90);
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0 8px;
    transition: all .4s
}

.slider-tips{bottom:0}
.ver-tips i {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: top;
    background-image: url(../images/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
}
    .re-btn a {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 7px 0;
        background-image: url(../images/sprite.3.2.0.png);
        background-position: 0 -1179px;
        cursor: pointer
    }
    .re-btn a:hover {
        background-position: 0 -1193px
    }
#imgVer #scream {
    margin-top: 0px;
    margin-left: 0px;
}

/**************************************/
/************* PASSWORD PAGE *************/
/**************************************/
body .password-mask.control {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    z-index: 1000000;
}

body  .password-mask .title.password {
    width: 500px;
    position: relative;
    border: 1px #96a2ad9c solid;
    border-radius: 5px;
    background-color: #e2e2e2;
}

    body  .password-mask .title.password h4 {
        text-align: center;
        font-size: 15px;
        margin-top: 2px;
        margin-bottom: 3px;
        display: inline-block;
    }

    body  .password-mask .title.password h1.password strong:before {
        top: 2px;
        left: 0;
        width: 60px;
    }

    body  .password-mask .title.password p {
        text-align: center;
        font-weight: 400;
    }

        body  .password-mask .title.password p.lead {
            margin-bottom: 0;
        }

    body  .password-mask .title.password .controls {
        text-align: center;
        margin-top: 2px;
        margin-bottom: 4px;
        display: inline-block;
        float: right;
    }

        body  .password-mask .title.password .controls .remove {
            margin-right: 10px;
        }

    body  .password-mask .title.password .search {
        width: 200px;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 99;
    }

    body  .password-mask .title.password .search input {
        font-family: "Ubuntu Mono", sans-serif;
        font-size: 16px;
        color: white;
        background: none;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-appearance: none !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-font-smoothing: antialiased;
        padding: 0 !important;
        line-height: 18px;
        min-height: 26px;
    }

    body  .password-mask .title.password .search input:focus {
        outline: none;
        border-bottom: 1px solid white;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    body  .password-mask .title.password .search input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    body  .password-mask .title.password .search input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    body  .password-mask .title.password .search input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    body  .password-mask .title.password .search input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }